gimp:error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory
After trying so many things to get my gimp working finally i was able to solve it.
After i upgraded to ubuntu 11.04 when i start my gimp from cmd i get the following errors
gimp:error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory
the problem was with synbolic links. I looked at usr/lib and found that there were no libbabl-0.0.s0.0 files. i tried to reinstall it but didn work. Finally i got it working, i had to remove gimp and purge and install libgegl and libbabl again.
the doing the following cmd does it.
sudo apt-get update
sudo apt-get purge gimp libgegl* libbabl*
sudo apt-get install gimp
sudo apt-get clean
After i upgraded to ubuntu 11.04 when i start my gimp from cmd i get the following errors
gimp:error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory
the problem was with synbolic links. I looked at usr/lib and found that there were no libbabl-0.0.s0.0 files. i tried to reinstall it but didn work. Finally i got it working, i had to remove gimp and purge and install libgegl and libbabl again.
the doing the following cmd does it.
sudo apt-get update
sudo apt-get purge gimp libgegl* libbabl*
sudo apt-get install gimp
sudo apt-get clean