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

Re: Something stopping Gimp loading



On Sat, May 17, 2008 at 17:47:41 -0400, Thomas H. George wrote:
> On Sat, May 17, 2008 at 01:25:04PM -0500, Ron Johnson wrote:
> > On 05/17/08 13:00, Thomas H. George wrote:
> > > Something I have installed stops Gimp from loading - that is the little
> > > Gimp picture flashes on the screen briefly and then the load aborts.

[...]

> > Open a command window and run it from there.  Hopefully some useful
> > error messages will appear.
> > 
> 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.
Please post the output of the following commands:

nm -D /usr/lib/libglib-2.0.so.0 | grep g_dpgettext

ls -l /usr/lib/libglib-2.0.so*

dpkg -l libglib2.0\* | awk '/^i/{print $1, $2}'

/sbin/ldconfig -pNX | grep libglib-2.0

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


Reply to: