X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/10b7ccb13ce0e7756c8ea7162c8403a366171317..df512e55dfbbb912cdf4aee5db48622301bb29ac:/doc/tips/SharedHosting.mdwn?ds=sidebyside 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.