]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://id.loopysoft.com/matt/: Ignore my stupid choices for paths
authorJoey Hess <joey@kitenet.net>
Tue, 22 Jan 2008 06:46:05 +0000 (01:46 -0500)
committerJoey Hess <joey@kitenet.net>
Tue, 22 Jan 2008 06:46:05 +0000 (01:46 -0500)
doc/tips/SharedHosting.mdwn

index f16849169076e5c5781f7d838c0a69fd99af1d37..d761bac74134d42c14e9ec261931a8e687fee58b 100644 (file)
@@ -184,8 +184,8 @@ If you try to install the Net::OpenID::Consumer module, it takes forever (and fo
 
 Then you'll have to add a few variables to your path [referenced by your compiled](http://www.psc.edu/general/software/packages/gcc/manual/gcc_36.html), namely :
 
-    export C_INCLUDE_PATH=/home/flophouse/perl/include/
-    export LIBRARY_PATH=/home/flophouse/perl/lib/
+    export C_INCLUDE_PATH=YOUR_INSTALL_PATH_HERE/include/
+    export LIBRARY_PATH=YOUR_INSTALL_PATH_HERE/lib/
 
 Then you should be able to install the module, and it'll be faster.