From owner-freebsd-questions Sun May 16 23:35:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vanessa.eliuk.org (sec2d47.dial.uniserve.ca [204.244.165.110]) by hub.freebsd.org (Postfix) with ESMTP id 6E5081506A for ; Sun, 16 May 1999 23:35:34 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.9.3/8.9.3) with ESMTP id XAA00993; Sun, 16 May 1999 23:35:27 -0700 (PDT) (envelope-from cagey@vanessa.eliuk.org) Date: Sun, 16 May 1999 23:34:57 -0700 (PDT) From: "Kevin G. Eliuk" To: "T.J. Arrowsmith" Cc: freebsd-questions@freebsd.org Subject: Re: Problem with FreeBSD 2.2.5 In-Reply-To: <000101bea000$4659ffa0$3804a8c0@tarrowsmith.amicapital.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 May 1999, T.J. Arrowsmith wrote: > I have a FreeBSD (v 2.2.5) system running here at work as a mail server and > internet gateway/firewall. It's been up for over a year now, and suddenly > when I attempt to run pine, I get the following error message: > > ld.so failed: Can't find shared library: "libpico.so.1.3" It is possible that the a different version of the library exists on the system and the version of pine that you are trying to run is not built to look for it. Here is what you should do. Find out if "libpico.so.*" exists on the system by typing either of the following at the command prompt. locate libpico or find / -name "libpico.so.*" -print If you find, say, libpico.so.2, then change t the directory that the library is in and type the following. ln -sf libpico.so.1.3 If this doesn't prove successful, take a look at the man pages: pkg_info(1), pkg_add(1), pkg_delete, and http://www.freebsd.org/handbook/ports.html and delete and reinstall the application. Hope this helps. -- Regards, Kevin G. Eliuk Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message