From d69d83bc83d797a48b5262b8cd97e42ac8fdb1d5 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 26 Feb 2004 22:54:48 +0000 Subject: [PATCH] improved help on missing libraries at run-time. 2004-02-26 Sven Neumann * INSTALL: improved help on missing libraries at run-time. --- ChangeLog | 4 ++++ INSTALL | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7dae863297..e1c6651e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-26 Sven Neumann + + * INSTALL: improved help on missing libraries at run-time. + 2004-02-26 Michael Natterer * app/gui/file-dialog-utils.[ch] (file_dialog_hide): changed diff --git a/INSTALL b/INSTALL index dd6deeb70b..a333b97a15 100644 --- a/INSTALL +++ b/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