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

Re: Something stopping Gimp loading



On Sun, May 18, 2008 at 17:20:31 -0400, Thomas H. George wrote:
> On Sun, May 18, 2008 at 09:47:20PM +0200, Florian Kulzer wrote:
> > On Sun, May 18, 2008 at 09:38:45 -0400, Thomas H. George wrote:
> > > On Sun, May 18, 2008 at 03:11:24PM +0200, Florian Kulzer wrote:
> > > > On Sat, May 17, 2008 at 17:47:41 -0400, Thomas H. George wrote:

[...]

> > > > > Right.  I opened a terminal window, tried to start Gimp, and got the
> > > > > following message:
> > > > > 
> > > > > gimp: symbol lookup error: gimp: undefined symbol: g_dpgettext
> > > > 
> > > > This symbol is defined in libglib-2.0.so.0, which is part of the
> > > > libglib2.0-0 package. Something is wrong with this package on your
> > > > system, or you have a more general problem with your dynamic linker.

[...]

> 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

You have a non-debian version of libglib-2.0.so.0 in /usr/local/lib/. It
seems to be broken or at least outdated. I would get rid of it. (The
linker gives precedence to libraries in /usr/local/lib because it
assumes that the sysadmin deliberately put them there to override the
normal system libraries.)

Your Gimp should work again as soon as it uses the correct library in
/usr/lib/. You may have to run "ldconfig" as root after you remove the
other file to rebuild the linker's cache. You can check with the
"ldd..." command above if Gimp uses /usr/lib/libglib-2.0.so.0.

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


Reply to: