Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 May 2006 18:56:23 +0300
From:      Kalashnikov Ilya <kalashnikovi@mail.ru>
To:        Soo-Hyun Choi <s.choi@hackers.org.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Shared Library Error
Message-ID:  <1146758183.51760.4.camel@n-ss.nighterra>
In-Reply-To: <f64556f70605040834ue673d62wc3e333a5de04c332@mail.gmail.com>
References:  <f64556f70605040714k6ef2b7c4v67c3d67210c45caa@mail.gmail.com> <001501c66f8c$6df70e50$01010101@avalon.lan> <f64556f70605040834ue673d62wc3e333a5de04c332@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@SPAM@mgEDV.net <nospam@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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@mail.ru>



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