Shared Library Error

2006-05-04 Thread Soo-Hyun Choi
Hi, I have upgraded gtk, expat, and etc from the ports. (I had to do make deinstall reinstall for this.) After that, I get a shared library error if I try to run any X application. For example, [EMAIL PROTECTED]:~$ firefox Share object libgmodule-2.0.so.600 not found, required by libgtk-x11

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

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

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

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/06,

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 executable is

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 not

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 you