[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Something stopping Gimp loading



On Sun, May 18, 2008 at 05:20:31PM -0400, "Thomas H. George" <lists@tomgeorge.info> 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
> tom@Phoenix:~$ /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
> tom@Phoenix:~$ ldd `which gimp` \| grep libglib-2.0
> 	libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00002b5b4ecea000)
> tom@Phoenix:~$ 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


Reply to: