Skip site navigation (1)Skip section navigation (2)
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=20
=09$pkg_add -r licq-base
and
=09$pkg_add -r licq-qt-gui  //to have graphical interface

Now that all the required packages are fetched and installed, I say
=09$/usr/local/bin/licq
and get
=09>/usr/libexec/ld-elf.so.1: Shared object "libssl.so.3" not found
then I try
=09$ldd /usr/local/bin/licq  //to check what other libs do I miss
and get
=09> libssl.so.3 =3D> not found (0x0)
=09>libcrypto.so.3 =3D> not found (0x0)

I wonder how can one know where to find those libraries (which packages d=
o=20
they belong to)?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291823.04910.epbox>