Saturday, 28 September 2013

Do you have Error while loading shared libraries: libbabl-0.0.so.0






Error while loading shared libraries: libbabl-0.0.so.0


Error while loading shared libraries: libbabl-0.0.so.0


Here is newly found gimp error while as I trying was load shared libraries.

libbabl-0.0.so.0: cannot open shared object file: No such file or directory

I was facing this problem and I have tried to resolve this in many way and finally I found a way by upgrading gimp on Ubuntu/Linux mint.

If you are with the same problem like me then immediately upgrade you gimp get resolved with the issue.

gimp libbabl-0.0.so.0 error on Ubuntu/Linux Mint Open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo apt-get update
sudo apt-get purge gimp libgegl* libbabl*
sudo apt-get install gimp
sudo apt-get clean

cheers!!!!

No comments:

Post a Comment