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

Installing GIMP-2.7.1

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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Installing GIMP-2.7.1 Julien Hardelin 21 Jan 15:29
  Installing GIMP-2.7.1 Patrick Shanahan 21 Jan 19:54
   Installing GIMP-2.7.1 Julien Hardelin 21 Jan 20:20
    Installing GIMP-2.7.1 Patrick Shanahan 21 Jan 20:31
    Installing GIMP-2.7.1 Michael Schumacher 21 Jan 21:08
     Installing GIMP-2.7.1 Kevin Cozens 21 Jan 23:12
      Installing GIMP-2.7.1 Patrick Shanahan 21 Jan 23:21
Julien Hardelin
2011-01-21 15:29:32 UTC (about 14 years ago)

Installing GIMP-2.7.1

Hi,

I installed GIMP-2.7.1 with the usual ./configure, make, make install. No error.
Then /usr/local/bin/gimp-2.7:
"error while loading shared libraries: libgimpwidgets-2.0.so cannot open shared object file: no such file or directory"

What must I do?

(I run OpenSuse-11.3)

Patrick Shanahan
2011-01-21 19:54:31 UTC (about 14 years ago)

Installing GIMP-2.7.1

* Julien Hardelin [01-21-11 10:32]:

I installed GIMP-2.7.1 with the usual ./configure, make, make install. No error.
Then /usr/local/bin/gimp-2.7:
"error while loading shared libraries: libgimpwidgets-2.0.so cannot open shared object file: no such file or directory"

What must I do?

(I run OpenSuse-11.3)

http://software.opensuse.org/search openssue 11.3
search for: libguimpui

Julien Hardelin
2011-01-21 20:20:57 UTC (about 14 years ago)

Installing GIMP-2.7.1

L> http://software.opensuse.org/search

openssue 11.3
search for: libguimpui

Thank you very much.
It was impossible to find this by myself. It is not described in the INSTALL file!

Patrick Shanahan
2011-01-21 20:31:50 UTC (about 14 years ago)

Installing GIMP-2.7.1

* Julien Hardelin [01-21-11 15:23]:

Thank you very much.
It was impossible to find this by myself. It is not described in the INSTALL file!
_______________________________________________

I found it w/google :^)

Michael Schumacher
2011-01-21 21:08:06 UTC (about 14 years ago)

Installing GIMP-2.7.1

On 21.01.2011 21:20, Julien Hardelin wrote:

L> http://software.opensuse.org/search

openssue 11.3
search for: libguimpui

Thank you very much.
It was impossible to find this by myself. It is not described in the INSTALL file!

That's because the advice isn't correct.

Make sure that the environment variable LD_LIBRARY_PATH contains the directory of the libgimp you've built.

See http://www.chromecode.com/2009/12/best-way-to-keep-up-with-gimp-from-git_26.html for an example:

export LD_LIBRARY_PATH="$PREFIX/lib:$LD_LIBRARY_PATH"

This causes the lib directory in the chosen installation prefix (provided that $PREFIX is set) to be included in the shared library lookup.

HTH, Michael

Kevin Cozens
2011-01-21 23:12:08 UTC (about 14 years ago)

Installing GIMP-2.7.1

Michael Schumacher wrote:

Make sure that the environment variable LD_LIBRARY_PATH contains the directory of the libgimp you've built.

On some systems you may also need to run ldconfig after installing a new library file. Library files installed using a package management system should do that automatically. I mention it as an FYI.

Patrick Shanahan
2011-01-21 23:21:11 UTC (about 14 years ago)

Installing GIMP-2.7.1

* Kevin Cozens [01-21-11 18:13]:

Michael Schumacher wrote:

Make sure that the environment variable LD_LIBRARY_PATH contains the directory of the libgimp you've built.

On some systems you may also need to run ldconfig after installing a new library file. Library files installed using a package management system should do that automatically. I mention it as an FYI.

He is installing from a tar-ball into an rpm-based system, openSUSE, and may not be aware of the requirement for running ldconfig (probably should run SuSEconfig *and* ldconfig). The particular version of gimp, 2.7.1, is not presently available packaged as an rpm for his system. Installations via tar-ball can cause system problems/broken packages in this environment.