]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/cgi/discussion.mdwn
response
[git.ikiwiki.info.git] / doc / cgi / discussion.mdwn
index 2b487db13a02ed6fb7c56477313eaa0af074f812..77483cf6d91b4967a272a8423dcd80d165297763 100644 (file)
@@ -13,3 +13,7 @@ Since ikiwiki builds, it has to be finding Markdown at build time, right? What a
 > Either fix the installation so ikiwiki's perl modules are installed in one of the standard locations,
 > or you could use the `libdir` setting in the setup file to point ikiwiki
 > at the directory the perl modules are installed. --[[Joey]]
+
+>> Ah hah! That helped... once I knew that it was ikiwiki's internal thing, I was able to figure out that it was a permissions issue. For the record, I didn't change permissions or the default install prefix of /usr/local (well, at least not on purpose). Thanks for your help. --mrled
+
+>>> Interesting.. so just a permissions problem of some sort that prevented the cgi from seeing the modules that were there in-path? --[[Joey]]