]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
web commit by EdAvis
[git.ikiwiki.info.git] / doc / bugs / PREFIX_not_honoured_for_underlaydir.mdwn
1 I built ikiwiki using
3 % perl Makefile.PL PREFIX=/home/ed
4 % make
5 % make install
7 This installs the files under /home/ed, for example one of the lines it prints is
9 cp -a basewiki/* /home/ed/share/ikiwiki/basewiki
11 However when I try to run ikiwiki I get an error as follows:
13 % ikiwiki --verbose ~/wikiwc/ ~/public_html/wiki/ --url=http://membled.com/wiki/ 
14 Can't stat /usr/share/ikiwiki/basewiki: No such file or directory 
15  at /home/ed/lib/perl5/site_perl/5.8.7/IkiWiki/Render.pm line 349 
17 The PREFIX specified at build time should also affect the share directory - it shouldn't try to use /usr/share here.