Date: Sat, 29 Mar 2003 18:23:04 +0300 From: Vladik Kozin <epbox@yandex.ru> To: freebsd-newbies@FreeBSD.org Subject: shared object "foo.so.n" not found Message-ID: <200303291823.04910.epbox@yandex.ru>
next in thread | raw e-mail | index | archive | help
I was trying to install licq on my FreeBSD 4.6 box. So I made $pkg_add -r licq-base and $pkg_add -r licq-qt-gui //to have graphical interface Now that all the required packages are fetched and installed, I say $/usr/local/bin/licq and get >/usr/libexec/ld-elf.so.1: Shared object "libssl.so.3" not found then I try $ldd /usr/local/bin/licq //to check what other libs do I miss and get > libssl.so.3 => not found (0x0) >libcrypto.so.3 => not found (0x0) I wonder how can one know where to find those libraries (which packages do they belong to)?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291823.04910.epbox>
