Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 07:35:17 -0500
From:      Stephen A Derdau <sderdau@ne.mediaone.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   ldconfg ld.so problems
Message-ID:  <36386105.950A5909@ne.mediaone.net>

next in thread | raw e-mail | index | archive | help
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



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