dleslie 01/01/31 10:06:08
Modified: c/xdocs/sources/xalan getstarted.xml usagepatterns.xml
Log:
Oops! Still SHLIB_PATH for HP
Revision Changes Path
1.18 +1 -1 xml-xalan/c/xdocs/sources/xalan/getstarted.xml
Index: getstarted.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- getstarted.xml 2001/01/31 17:01:21 1.17
+++ getstarted.xml 2001/01/31 18:05:59 1.18
@@ -75,7 +75,7 @@
<p>For the Xalan-C++ Windows32 distribution, place
xml-xalan\c\Build\Win32\VC6\Release on the path.</p>
<p>For the Xalan-C++ Linux distribution, place xml-xalan/c/bin and
xml-xalan/c/lib on the shared library path (LD_LIBRARY_PATH for Red Hat Linux
6.1), or copy &xslt4c-linuxlib; to /usr/lib.</p>
<p>For the Xalan-C++ AIX distribution, place xml-xalan/c/bin and
xml-xalan/c/lib on the load library path (LIBPATH), or copy &xslt4c-aixlib; to
/usr/lib.</p>
-<p>For the Xalan-C++ HP-UX 11 distribution, place xml-xalan/c/bin and
xml-xalan/c/lib on the shared library path (LIBPATH), or copy &xslt4c-aixlib;
to /usr/lib.</p>
+<p>For the Xalan-C++ HP-UX 11 distribution, place xml-xalan/c/bin and
xml-xalan/c/lib on the shared library path (SHLIB_PATH), or copy
&xslt4c-aixlib; to /usr/lib.</p>
<p>If you do your own Xalan, ICU, and Xerces builds, be sure to include the
directories that contain the libraries and the TextXSLT executable on your
path.</p>
</s2><anchor name="samples"/>
1.13 +1 -1 xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
Index: usagepatterns.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- usagepatterns.xml 2001/01/31 17:01:22 1.12
+++ usagepatterns.xml 2001/01/31 18:06:01 1.13
@@ -359,7 +359,7 @@
<p>For AIX, rebuild &xslt4c-aixlib; with XALAN_USE_ICU defined, and
place it on the load library
path (LIBPATH) or copy it to /usr/lib.</p>
<p>For HP-UX 11, rebuild &xslt4c-hplib; with XALAN_USE_ICU defined, and
place it on the shared library
- path (LIBPATH) or copy it to /usr/lib.</p>
+ path (SHLIB_PATH) or copy it to /usr/lib.</p>
<p><em>Number formatting</em></p>
<p>To enable ICU support for the xsl:number element and the XSLT
format-number() function, do