From owner-freebsd-newbies@FreeBSD.ORG Sat Mar 29 07:23:21 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43AFE37B409 for ; Sat, 29 Mar 2003 07:23:20 -0800 (PST) Received: from plintus.lcm.msu.ru (plintus.lcm.msu.ru [193.232.113.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D22543F75 for ; Sat, 29 Mar 2003 07:23:18 -0800 (PST) (envelope-from epbox@yandex.ru) Received: from hq.sectorb.msk.ru (IDENT:root@petaflop.lcm.msu.ru [193.232.113.220]) by plintus.lcm.msu.ru (8.11.6/8.9.3) with ESMTP id h2TFNGn25140 for ; Sat, 29 Mar 2003 18:23:16 +0300 Received: from vlad.local (vlad.local [172.16.8.9]) by hq.sectorb.msk.ru (8.11.6/8.11.6) with ESMTP id h2TFNFX31672 for ; Sat, 29 Mar 2003 18:23:15 +0300 Content-Type: text/plain; charset="koi8-r" From: Vladik Kozin To: freebsd-newbies@FreeBSD.org Date: Sat, 29 Mar 2003 18:23:04 +0300 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200303291823.04910.epbox@yandex.ru> Subject: shared object "foo.so.n" not found X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: epbox@yandex.ru List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 15:23:23 -0000 X-List-Received-Date: Sat, 29 Mar 2003 15:23:23 -0000 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)?