aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/DreamHost.mdwn
diff options
context:
space:
mode:
authorhttp://afoolishmanifesto.com/ <frioux@web>2013-03-29 03:17:41 -0400
committeradmin <admin@branchable.com>2013-03-29 03:17:41 -0400
commit0447965fbf7bfc15c96940c165cc5221a5993e9f (patch)
tree2ebc9d93aa7d68c9e7a9f5ad5fb4419e44a5348e /doc/tips/DreamHost.mdwn
parentf144f930aa186bf63714f1d59f95c9e8d09a50da (diff)
downloadikiwiki-0447965fbf7bfc15c96940c165cc5221a5993e9f.tar
ikiwiki-0447965fbf7bfc15c96940c165cc5221a5993e9f.tar.gz
add missing but required env var
Diffstat (limited to 'doc/tips/DreamHost.mdwn')
-rw-r--r--doc/tips/DreamHost.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn
index 070638e3e..338bca782 100644
--- a/doc/tips/DreamHost.mdwn
+++ b/doc/tips/DreamHost.mdwn
@@ -176,6 +176,7 @@ Then you'll have to add a few variables to your path [referenced by your compile
export C_INCLUDE_PATH=YOUR_INSTALL_PATH_HERE/include/
export LIBRARY_PATH=YOUR_INSTALL_PATH_HERE/lib/
+ export LD_LIBRARY_PATH=YOUR_INSTALL_PATH_HERE/lib/
Then you should be able to install the module, and it'll be faster.