Results 1 to 10 of 10

Thread: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared obje

  1. #1
    Join Date
    Jan 2012
    Beans
    245

    gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared obje

    I installed gimp, but it wouldnt start. So I ran it from the command line and got the following errors:
    Code:
    glenn@acer:~$ gimp
    gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared object file: No such file or directory
    glenn@acer:~$
    I then ran dpkg to isolate the error:
    Code:
    glenn@acer:~$dpkg -l gimp
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name           Version        Description
    +++-==============-==============-============================================
    ii  gimp           2.6.12-1ubuntu The GNU Image Manipulation Program
    glenn@acer:~$
    What is the error? How can I fix it?

  2. #2
    Join Date
    Jan 2012
    Beans
    245

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Solved the problem. Ran the following:
    Code:
     
    sudo apt-get update
    sudo apt-get purge gimp libgegl* libbabl*
    sudo apt-get install gimp
    sudo apt-get clean
    That fixed it.

    See:http://www.noobslab.com/2012/04/fixe...ng-shared.html

  3. #3
    Join Date
    Dec 2008
    Beans
    250
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Same error, but this solution is (recommended everywhere) won't work. Still get the same problem after the reinstall.

  4. #4
    Join Date
    Jan 2012
    Beans
    245

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Have you tried going to synaptic and manually finding and removing the packages, if apt wont do it?

  5. #5
    Join Date
    Jun 2012
    Beans
    2

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    This was not working for me either, I had to first REMOVE the old gimp mathaeus ppas (I'm on Ubuntu 12.04):

    Code:
    cd /etc/apt/sources.list.d/
    sudo rm matthaeus123-mrw-gimp-svn-precise.list matthaeus123-mrw-gimp-svn-precise.list.save
    Then remove Gimp and reinstall as indicated on the above answers:

    Code:
    sudo apt-get remove gimp
    sudo apt-get update
    sudo apt-get purge gimp libgegl* libbabl*
    sudo apt-get autoremove
    sudo apt-get install gimp
    Don't ask me why it worked...

  6. #6
    Join Date
    Jan 2012
    Beans
    245

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Your right that does work. Now Il start loading extras on to see what was the culprit.

    And I have a fix that will install Gimp 2.8 from ppa. You dont need to uninstall the old version of gimp first.
    Code:
    sudo add-apt-repository ppa:otto-kesselgulasch/gimp
    sudo apt-get update
    sudo apt-get install gimp
    sudo apt-get install gimp-plugin-registry
    Here is the reference: http://www.noobslab.com/2012/04/inst...4-precise.html.

    The only thing that I found I had to do was delete the gimp desktop icon that I had dragged from the menu, and drag the new icon from menu to the desktop (if you want desktop icons like me). It will run from the menu icon and also from command line.

    Happy gimping.
    Last edited by Senior_Buckethead; June 2nd, 2012 at 04:54 AM. Reason: more info

  7. #7
    Join Date
    Apr 2006
    Beans
    2

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Quote Originally Posted by cirosantilli View Post
    This was not working for me either, I had to first REMOVE the old gimp mathaeus ppas (I'm on Ubuntu 12.04):

    Code:
    cd /etc/apt/sources.list.d/
    sudo rm matthaeus123-mrw-gimp-svn-precise.list matthaeus123-mrw-gimp-svn-precise.list.save
    Then remove Gimp and reinstall as indicated on the above answers:

    Code:
    sudo apt-get remove gimp
    sudo apt-get update
    sudo apt-get purge gimp libgegl* libbabl*
    sudo apt-get autoremove
    sudo apt-get install gimp
    Don't ask me why it worked...
    Thanks, Cirosantilli.

    Its works for me

    Ubuntu 12.04
    GIMP 2.6

  8. #8
    Join Date
    Mar 2011
    Beans
    2

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Quote Originally Posted by cirosantilli View Post
    This was not working for me either, I had to first REMOVE the old gimp mathaeus ppas (I'm on Ubuntu 12.04):

    Code:
    cd /etc/apt/sources.list.d/
    sudo rm matthaeus123-mrw-gimp-svn-precise.list matthaeus123-mrw-gimp-svn-precise.list.save
    Then remove Gimp and reinstall as indicated on the above answers:

    Code:
    sudo apt-get remove gimp
    sudo apt-get update
    sudo apt-get purge gimp libgegl* libbabl*
    sudo apt-get autoremove
    sudo apt-get install gimp
    Don't ask me why it worked...
    It works for me too. Thanks!

    Ubuntu 12.04

  9. #9
    Join Date
    May 2011
    Beans
    116

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Help me too!! Ubuntu 12.04!! What must have caused the problem in the first place??

  10. #10
    Join Date
    Jan 2008
    Beans
    61

    Re: gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared

    Worked for me as well, thanks!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •