Author: jhorwitz
Date: Tue Jul 31 17:18:51 2007
New Revision: 237
Modified:
mod_parrot/trunk/README
Log:
document procedures for setting LD_LIBRARY_PATH
Modified: mod_parrot/trunk/README
==============================================================================
--- mod_parrot/trunk/README (original)
+++ mod_parrot/trunk/README Tue Jul 31 17:18:51 2007
@@ -23,6 +23,23 @@
* Perl 5.6.0 or later
* Apache::Test 1.26 or later (for tests)
+PRE-INSTALLATION
+----------------
+On Unix platforms, set the LD_LIBRARY_PATH environment variable to the
+location of the libparrot.so shared library, usually in blib/lib in the
+parrot source tree. This is a temporary measure until parrot has a
+proper installation procedure.
+
+Bourne shells (sh, bash):
+$ LD_LIBRARY_PATH=/home/jeff/build/parrot/blib/lib
+$ export LD_LIBRARY_PATH
+
+csh/tcsh:
+$ setenv LD_LIBRARY_PATH /home/jeff/build/parrot/blib/lib
+
+You can also add this to the apachectl script so it gets set automatically
+when Apache starts.
+
INSTALLATION
------------
To install:
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.