On Sun, May 18, 2008 at 05:20:31PM -0400, "Thomas H. George" <[EMAIL PROTECTED]> was heard to say: > On Sun, May 18, 2008 at 09:47:20PM +0200, Florian Kulzer wrote: > > Please run the ldconfig command again with the correct syntax. I would > > furthermore like to see the result of: > > > > ldd `which gimp` | grep libglib-2.0 > > > Script started on Sun 18 May 2008 05:12:50 PM EDT > [EMAIL PROTECTED]:~$ /sbin/ldconfig -pNX | grep libglib-2.0 > libglib-2.0.so.0 (libc6,x86-64) => /usr/local/lib/libglib-2.0.so.0 > libglib-2.0.so.0 (libc6,x86-64) => /usr/lib/libglib-2.0.so.0 > libglib-2.0.so (libc6,x86-64) => /usr/local/lib/libglib-2.0.so > [EMAIL PROTECTED]:~$ ldd `which gimp` \[K| grep libglib-2.0 > libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00002b5b4ecea000) > [EMAIL PROTECTED]:~$ exit > > Script done on Sun 18 May 2008 05:16:10 PM EDT
It looks like you have a copy of glib installed in /usr/local. I bet that's your problem: moving it out of the way should fix things. You may want to figure out why it's installed first, though, to avoid breaking anything else in the process. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]