RSS/Atom feed Twitter
Site is read-only, email is disabled

Installed but won't startup

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Installed but won't startup Brad Kligerman 23 Apr 23:14
  Installed but won't startup Thong Nguyen 24 Apr 04:32
20040423213224.GG3837@tange... 07 Oct 20:16
  Installed but won't startup Brad Kligerman 24 Apr 07:33
Brad Kligerman
2004-04-23 23:14:11 UTC (almost 20 years ago)

Installed but won't startup

Hi again.

I compiled gimp-2.0.1 relatively painlessly, but when I try to start it from a command line, I get the following error:

$ gimp-2.0 gimp-2.0: error while loading shared libraries: libgimpwidgets-2.0.so.0: cannot
open shared object file: No such file or directory

I also noticed that in neither my home or root directories, was the .gimp-2.0 directory was not created?? Can anyone help me out with this one? Thanks.

.brad

Thong Nguyen
2004-04-24 04:32:37 UTC (almost 20 years ago)

Installed but won't startup

On Fri, 23 Apr 2004, Brad Kligerman wrote:

$ gimp-2.0
gimp-2.0: error while loading shared libraries: libgimpwidgets-2.0.so.0: cannot
open shared object file: No such file or directory

You probably need to do ldconfig or something to update the list of shared libraries.

I also noticed that in neither my home or root directories, was the .gimp-2.0 directory was not created??

The directory is created when you first run the app successfully.

Thong

Brad Kligerman
2004-04-24 07:33:01 UTC (almost 20 years ago)

Installed but won't startup

Thanks.
Running _ldconfig_ did the trick.
.brad

Jean-Luc Coulon (f5ibh) wrote:

Le 23.04.2004 23:14:11, Brad Kligerman a écrit :

Hi again.

I compiled gimp-2.0.1 relatively painlessly, but when I try to start it from a command line, I get the following error:

In which path did you build gimp ? /usr/local ? /opt/ ?

You should add the path to the library in your /etc/ld.so.conf and rerun ldconfig

or write a wrapper like this one (I suppose in theis case gimp has been built with ./configure --prefix=/opt/gimp-2.0):

#! /bin/sh LD_LIBRARY_PATH=/opt/gimp-2.0/lib
/opt/gimp-2.0/bin/gimp