From: http://afoolishmanifesto.com/ Date: Fri, 29 Mar 2013 07:17:41 +0000 (-0400) Subject: add missing but required env var X-Git-Tag: 3.20130504~49 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/0447965fbf7bfc15c96940c165cc5221a5993e9f?hp=f144f930aa186bf63714f1d59f95c9e8d09a50da add missing but required env var --- 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.