Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi
Hi, It is not solving the problem. :-( Thanks, On 5/4/06, Kalashnikov Ilya <[EMAIL PROTECTED]> wrote: 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

Re: Shared Library Error

2006-05-04 Thread Kalashnikov Ilya
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

RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net
> 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" if an

Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi
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/0

RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net
> 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/f

Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi
How do I check/modify ldconfig settings? Would you give me some examples? Thanks, On 5/4/06, [EMAIL PROTECTED]@mgEDV.net <[EMAIL PROTECTED]> wrote: > If I do > [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600 > > then I get > /usr/local/lib/libgmodule-2.0.so.600 > > but actually the "libgmodu

RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net
> If I do > [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600 > > then I get > /usr/local/lib/libgmodule-2.0.so.600 > > but actually the "libgmodule-2.0.so.600" is not in that directory. try running ldconfig -R to rescan the directories and check you ldconfig settings __