X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7ad64a29d7766193c5707e4c99ec58fb9199f116..871545c27c7e477c26b008434de216be44c585bd:/doc/tips/DreamHost.mdwn diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn index 03a1a4c45..8272958ae 100644 --- a/doc/tips/DreamHost.mdwn +++ b/doc/tips/DreamHost.mdwn @@ -1,6 +1,6 @@ # Introduction I had some trouble installing ikiwiki on to a shared hosting service (DreamHost) and figured I'd post the results, since it was pretty rough to get installed. These instructions should work for Perl generally (some of the docs are borrowed from Catalyst's docs), but are tailored for Ikiwiki. There are a few items I'll file as bugs, as well, to aid future installation, but frankly the problems appear to be with installing perl as a non-root user, not anything specific to iki. - +[Baby Pink](http://www.grosir-kosmetik.com/6-baby-pink-cream-pemutih-kulit) | [Rumah Dijual](http://www.propertykita.com/rumah.html) | [Jasa SEO](http://www.optimaweb.co.id/jasa-seo) **Note: CPAN seems to die without warning, or die after successfully install modules. It appears to just like dying. If you encounter this, retry the last command after restarting CPAN.** Unfortunately, this doc can't cover how to fix any other problems with CPAN beyond what you find here. # Fixing CPAN @@ -142,7 +142,7 @@ In ikiwiki.setup, you have to make your source and destination folders have your [good]$ ls -la ~ lrwxrwxrwx 1 root staff 25 2007-08-03 16:44 /home/user -> /home/.server/user -So far, it looks like only the source and destination parameters require this unsymlinked path, but for paranoia reasons, you may want to put them everywhere. [[news/version_2.14]] explains why this happens. +So far, it looks like only the source and destination parameters require this unsymlinked path, but for paranoia reasons, you may want to put them everywhere. The changelog for version 2.14 explains why this happens. Next, add your installed Perl module directory to the *libdir* parameter. It should look something like : @@ -150,6 +150,8 @@ Next, add your installed Perl module directory to the *libdir* parameter. It sh libdir => "/home/.server/user/site/perl/lib/perl5/", # CGI Wrapper +The CGI wrapper file will be created automatically by "ikiwiki --setup path/to/setup", as long as you have inserted a valid filename to be created into the setup file. On DreamHost, be careful not to put the ikiwiki.cgi file in a directory that has different owner/group than the file itself (such as the main site.domain.tld/ directory): this will cause suexec to fail. + The wrapper mode of "06755" doesn't seem to work. "755" appears to. However, this may be completely insecure and/or buggy, so if you know better than I, edit this doc and add it here. # Pre-created SVN repository @@ -174,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.