web commit by JeremyReed: Can't exec "ikiwiki-transition"
authorJoey Hess <joey@kitenet.net>
Mon, 28 Apr 2008 15:44:01 +0000 (11:44 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 28 Apr 2008 15:44:01 +0000 (11:44 -0400)
doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn [new file with mode: 0644]

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 (file)
index 0000000..160af99
--- /dev/null
@@ -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.