Gimp doesn't start

Archived topics about LMDE 1 and LMDE 2
Locked
edgarkls

Gimp doesn't start

Post by edgarkls »

I have a problem starting GIMP. The error message is:
error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory
I have tried to locate libbabl-0.0.so.0, but don't seem to be able to find it in any of the repos. Or am I simply blind???
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29611
Joined: Wed Jul 06, 2011 3:58 am

Re: Gimp doesn't start

Post by xenopeek »

Searching for your file in the terminal:

Code: Select all

locate libbabl-0.0.so.0 | xargs ls -l
Gives:
lrwxrwxrwx 1 root root 21 2011-07-03 06:21 /usr/lib/libbabl-0.0.so.0 -> libbabl-0.0.so.0.22.0
-rw-r--r-- 1 root root 114576 2010-03-05 03:55 /usr/lib/libbabl-0.0.so.0.22.0
Checking which package installed the actual library (not the link to it):

Code: Select all

dpkg -S /usr/lib/libbabl-0.0.so.0.22.0
Gives:
libbabl-0.0-0: /usr/lib/libbabl-0.0.so.0.22.0
So check with locate if perhaps the second file in above is there, then create a link to it yourself. Else get the libbabl-0.0-0 package. It is found in Debian oldstable, stable, testing and unstable with version 0.0.22.1
Image
edgarkls

Re: Gimp doesn't start

Post by edgarkls »

I was blind. Installed it from stable, re-installed Gimp, now everything works fine. Thank you!
samriggs

Re: Gimp doesn't start

Post by samriggs »

I'm a huge fan of the mighty gimpers and thought I would pass this along to you if you want to play some more in gimpers.
A very nice add on to it.
http://code.google.com/p/gps-gimp-paint-studio/
Enjoy
Sam
edgarkls

Re: Gimp doesn't start

Post by edgarkls »

thanks for that :-)

I'll now spend a while playing around with it.
samriggs

Re: Gimp doesn't start

Post by samriggs »

No problem glad to help out, make sure to get the manual it helps quite a bit till you get used to where everything is
Locked

Return to “LMDE Archive”