diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-08 13:02:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-08 13:02:25 -0400 |
commit | 1f192b330e62f090eba457e8aeea4a64c92b7091 (patch) | |
tree | 788214689f49601d56780761f6cd6791d5a48db2 /doc/cgi | |
parent | 6f3c980e2b2e618eeccfd64418eb508de54982b4 (diff) | |
download | ikiwiki-1f192b330e62f090eba457e8aeea4a64c92b7091.tar ikiwiki-1f192b330e62f090eba457e8aeea4a64c92b7091.tar.gz |
web commit by mrled
Diffstat (limited to 'doc/cgi')
-rw-r--r-- | doc/cgi/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/cgi/discussion.mdwn b/doc/cgi/discussion.mdwn new file mode 100644 index 000000000..385632126 --- /dev/null +++ b/doc/cgi/discussion.mdwn @@ -0,0 +1,9 @@ +## Markdown or CGI error prevents web-based editing + +I have a working ikiwiki configuration with an SVN backend, running on Ubuntu 7.10, Apache 2.2.4. I'm using Perl 5.8.8, however, I had to use Text::Markdown 1.0.5 from CPAN instead of the latest because I had the same issue as someone [here](http://ikiwiki.info/index/discussion/) (Namely I was getting this error until I used the old Markdown version: "*** glibc detected *** double free or corruption (!prev): 0x0922e478 *** +"). + +CGI seems to be working at least partly - the History and Recent Changes pages both work. However, if I attempt to edit or create a page, I get this error: + Error: Failed to load plugin IkiWiki::Plugin::mdwn: Can't locate IkiWiki/Plugin/mdwn.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 6) line 2. BEGIN failed--compilation aborted at (eval 6) line 2. + +Since ikiwiki builds, it has to be finding Markdown at build time, right? What am I doing wrong here? I would appreciate a point in the right direction. Thanks. [[mrled]] |