Author: rleigh
Date: Sun Jun 4 10:06:25 2017
New Revision: 1797566
URL: http://svn.apache.org/viewvc?rev=1797566&view=rev
Log:
doc: build: Recommend DYLD_FALLBACK_LIBRARY_PATH rather than DYLD_LIBRARY_PATH
Using DYLD_LIBRARY_PATH can prevent system libraries from being loaded,
while DYLD_FALLBACK_LIBRARY_PATH does not, making it a safer option.
Modified:
xerces/c/trunk/doc/build.xml
Modified: xerces/c/trunk/doc/build.xml
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=1797566&r1=1797565&r2=1797566&view=diff
==============================================================================
--- xerces/c/trunk/doc/build.xml (original)
+++ xerces/c/trunk/doc/build.xml Sun Jun 4 10:06:25 2017
@@ -511,7 +511,7 @@
and Solaris, the environment variable name is
<code>LD_LIBRARY_PATH</code>, on AIX it is
<code>LIBPATH</code>, on Mac OS X it is
- <code>DYLD_LIBRARY_PATH</code>, and on HP-UX
+ <code>DYLD_FALLBACK_LIBRARY_PATH</code>, and on HP-UX
it is <code>SHLIB_PATH</code>.
</note>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]