aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-22 01:46:05 -0500
committerJoey Hess <joey@kitenet.net>2008-01-22 01:46:05 -0500
commite5f1688ac39d9a3e0e63a8683105677af2dc4c1c (patch)
tree9a6d5c2028f5b149730ac0450a37bd42c8cec622 /doc
parent10b7ccb13ce0e7756c8ea7162c8403a366171317 (diff)
downloadikiwiki-e5f1688ac39d9a3e0e63a8683105677af2dc4c1c.tar
ikiwiki-e5f1688ac39d9a3e0e63a8683105677af2dc4c1c.tar.gz
web commit by http://id.loopysoft.com/matt/: Ignore my stupid choices for paths
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/SharedHosting.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/SharedHosting.mdwn b/doc/tips/SharedHosting.mdwn
index f16849169..d761bac74 100644
--- a/doc/tips/SharedHosting.mdwn
+++ b/doc/tips/SharedHosting.mdwn
@@ -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.