From owner-freebsd-questions Thu Oct 29 04:33:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18308 for freebsd-questions-outgoing; Thu, 29 Oct 1998 04:33:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18291 for ; Thu, 29 Oct 1998 04:33:04 -0800 (PST) (envelope-from sderdau@ne.mediaone.net) Received: from ne.mediaone.net (sderdau.ne.mediaone.net [24.128.122.19]) by chmls05.mediaone.net (8.8.7/8.8.7) with ESMTP id HAA21169 for ; Thu, 29 Oct 1998 07:32:59 -0500 (EST) Message-ID: <36386105.950A5909@ne.mediaone.net> Date: Thu, 29 Oct 1998 07:35:17 -0500 From: Stephen A Derdau X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ldconfg ld.so problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I type ldconfig at the prompt and then try to call up pine I get this error message ld.so failed: Can't find shared library "libpico.so.1.3 I can than manually run a library.sh file that I have and pine will work I believe I have to do ldconfig -m because of other problems. This is probably wrong but my system is booting :-( and works for the most part with a few manual commands sometimes when I do make install on some of the ports. #!/bin/sh ldconfig -m /usr/local/lib/ ldconfig -m /usr/X11R6/lib/ . However It seems when I do make install for example it complains about some file or another not being found. All this started since I did a make world recently. uname -a FreeBSD sderdau.ne.mediaone.net 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Tue Oct 27 17:49:33 EST 1998 root@sderdau.ne.mediaone.net:/usr/src/sys/compile/DERDAU i386 Any suggestions would be appreciated. I've searched the archives etc..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message