summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-28 14:33:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-28 14:33:17 +0000
commit78be1e1a8879b539ff74d40f43ada67390ef7d6d (patch)
treef6bfaa54d7d32787188d24dce9c38ba93f65e8b8 /INSTALL
parent127c86a9273725caacfe748fa3ae2e57b57481b6 (diff)
downloadperl-78be1e1a8879b539ff74d40f43ada67390ef7d6d.tar.gz
Update the information on shared library path on HP-UX.
p4raw-id: //depot/perl@9896
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4f5c039861..39d28d6341 100644
--- a/INSTALL
+++ b/INSTALL
@@ -896,8 +896,8 @@ You can elect to build a shared libperl by
To build a shared libperl, the environment variable controlling shared
library search (LD_LIBRARY_PATH in most systems, DYLD_LIBRARY_PATH for
-NeXTSTEP/OPENSTEP/Darwin, LIBRARY_PATH for BeOS, SHLIB_PATH for
-HP-UX, LIBPATH for AIX, PATH for Cygwin) must be set up to include
+NeXTSTEP/OPENSTEP/Darwin, LIBRARY_PATH for BeOS, LD_LIBRARY_PATH/SHLIB_PATH
+for HP-UX, LIBPATH for AIX, PATH for Cygwin) must be set up to include
the Perl build directory because that's where the shared libperl will
be created. Configure arranges makefile to have the correct shared
library search settings.