shared object "foo.so.n" not found

Vladik Kozin epbox at yandex.ru
Sat Mar 29 07:23:23 PST 2003


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)?


More information about the freebsd-newbies mailing list