r19504 - gnucash/trunk/src/bin - Readd LD_LIBRARY_PATH to environment to make sure Guile loads the proper shared libraries

Geert Janssens gjanssens at code.gnucash.org
Sun Aug 29 14:57:13 EDT 2010


Author: gjanssens
Date: 2010-08-29 14:57:13 -0400 (Sun, 29 Aug 2010)
New Revision: 19504
Trac: http://svn.gnucash.org/trac/changeset/19504

Modified:
   gnucash/trunk/src/bin/environment.in
Log:
Readd LD_LIBRARY_PATH to environment to make sure Guile loads the proper shared libraries
when multiple installations of GnuCash exist (like stable and devel version on one system).

Modified: gnucash/trunk/src/bin/environment.in
===================================================================
--- gnucash/trunk/src/bin/environment.in	2010-08-29 13:48:12 UTC (rev 19503)
+++ gnucash/trunk/src/bin/environment.in	2010-08-29 18:57:13 UTC (rev 19504)
@@ -20,6 +20,7 @@
 GUILE_LOAD_PATH={EXTRA_PATH};{GUILE_LOAD_PATH}
 
 EXTRA_LIBS={GNC_MODULE_PATH};@-GNC_LIB_INSTALLDIR-@;@-GNC_PKGLIB_INSTALLDIR-@
+LD_LIBRARY_PATH={EXTRA_LIBS};{LD_LIBRARY_PATH}
 DYLD_LIBRARY_PATH={EXTRA_LIBS};{DYLD_LIBRARY_PATH}
 
 GNC_STANDARD_REPORTS_DIR=@-GNC_STANDARD_REPORTS_DIR-@



More information about the gnucash-changes mailing list