shared object "foo.so.n" not found

John Murphy jfm at blueyonder.co.uk
Sat Mar 29 09:59:20 PST 2003


Vladik Kozin <epbox at yandex.ru> wrote:

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

You should ask technical questions on freebsd-questions mailing list.

But I think the answer is that you need to install FreeBSD-3 binary
compatibility libraries.

John.


More information about the freebsd-newbies mailing list