From 928984d04e60838944d4f0e956404cb6c75f9d1c Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 29 May 2007 22:40:48 +0000 Subject: [PATCH 1/1] web commit by http://chrisisbd.myopenid.com/ --- doc/install/discussion.mdwn | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/install/discussion.mdwn diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn new file mode 100644 index 000000000..88830398f --- /dev/null +++ b/doc/install/discussion.mdwn @@ -0,0 +1,30 @@ +I am trying to install Ikiwiki version 2.1 from the source tarball. + +It has all gone fairly smoothly until I try and run 'make'. + +I.e. I have downloaded and unpacked ikiwiki_2.1.tar.gz and have run + + perl Makefile.PL + +... which has run OK. + + +However when I then run 'make' I get:- + + LANG=C perl -I. -T ikiwiki.out doc html --templatedir=templates \ + --underlaydir=basewiki --nousedirs\ + --wikiname="ikiwiki" --verbose \ + --exclude=/discussion --no-discussion --userdir=users \ + --plugin=goodstuff \ + --plugin=haiku --plugin=polygen --plugin=fortune + Failed to load plugin IkiWiki::Plugin::mdwn: IkiWiki version 2 required--this is only version 1.01 at IkiWiki/Plugin/mdwn.pm line 7. + BEGIN failed--compilation aborted at IkiWiki/Plugin/mdwn.pm line 7. + Compilation failed in require at (eval 4) line 2. + BEGIN failed--compilation aborted at (eval 4) line 2. + + make: *** [extra_build] Error 1 + +How do I fix this? There may be a bit of old ikiwiki left behind because +I did once have an older version installed but I thought I had removed all +traces of it. + -- 2.45.0