mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
improved help on missing libraries at run-time.
2004-02-26 Sven Neumann <sven@gimp.org> * INSTALL: improved help on missing libraries at run-time.
This commit is contained in:
parent
6230b17ab9
commit
d69d83bc83
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL: improved help on missing libraries at run-time.
|
||||
|
||||
2004-02-26 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gui/file-dialog-utils.[ch] (file_dialog_hide): changed
|
||||
|
|
8
INSTALL
8
INSTALL
|
@ -190,11 +190,11 @@ several reasons why this might fail:
|
|||
gtk+-2.0.pc to the environment variable PKG_CONFIG_PATH before running
|
||||
configure.
|
||||
|
||||
* The GTK+ libraries were not found at run time. The details
|
||||
of how to fix this problem will depend on the system:
|
||||
* Libraries you installed are not found when you attempt to start gimp.
|
||||
The details of how to fix this problem will depend on the system:
|
||||
|
||||
Fix: On Linux and other systems using ELF libraries, add the
|
||||
directory to /etc/ld.so.conf or to the environment variable
|
||||
On Linux and other systems using ELF libraries, add the directory to
|
||||
holding the library to /etc/ld.so.conf or to the environment variable
|
||||
LD_LIBRARY_PATH, and run 'ldconfig'.
|
||||
|
||||
On other systems, it may be necessary to encode this path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue