From: Joey Hess Date: Mon, 28 Apr 2008 15:44:01 +0000 (-0400) Subject: web commit by JeremyReed: Can't exec "ikiwiki-transition" X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/e56dd17bcf7408ade4897fb2cbcce94fb051a2ef web commit by JeremyReed: Can't exec "ikiwiki-transition" --- diff --git a/doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn b/doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn new file mode 100644 index 000000000..160af9983 --- /dev/null +++ b/doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn @@ -0,0 +1,15 @@ +Running ikiwiki had error (ignored and continued): + +rebuilding wiki.. +Can't exec "ikiwiki-transition": No such file or directory at /usr/pkg/lib/perl5/vendor_perl/5.8.0/IkiWiki.pm line 917. +scanning .... + +ikiwiki.in and ikiwiki.out have: + +$ENV{PATH}="/usr/local/bin:/usr/bin:/bin"; + +Please use full-path to installed "ikiwiki-transition" in the system() function or adjust the PATH with PREFIX/bin. + +Maybe pm_filter can handle this. + +ikiwiki installer already knows about PREFIX.