Shared Library Error

Kalashnikov Ilya kalashnikovi at mail.ru
Thu May 4 15:56:28 UTC 2006


On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:

> I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get
> the error message.
> 
> So, how would you explicitly do with that if you get:
> [shc at localhost ~]$firefox
> /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found,
> required by "libgtk-x11-2.0.so.600"
> 
> Thanks,
> 
> 
> On 5/4/06, No at SPAM@mgEDV.net <nospam at mgedv.net> wrote:
> >
> > > How do I check/modify ldconfig settings? Would you give me some
> > > examples?
> >
> > ! man ldconfig
> > ldconfig -r
> > ls -l /etc/ld*
> > ls -l /var/run/ld*
> > echo $LD_LIBRARY_PATH
> >
> >
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 

make link with name libgmodule-2.0.so.600 to libgmodule-2.0.so and try
again.
run as root:
prompt# ln -s libgmodule-2.0.so libgmodule-2.0.so.600
-- 
Kalashnikov Ilya <kalashnikovi at mail.ru>


More information about the freebsd-questions mailing list