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:
> [EMAIL PROTECTED] ~]$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, [EMAIL PROTECTED]@mgEDV.net <[EMAIL PROTECTED]> 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 "[EMAIL PROTECTED]"
> 

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 <[EMAIL PROTECTED]>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to