]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/install/discussion.mdwn
web commit by http://vibrog.myopenid.com/
[ikiwiki.git] / doc / install / discussion.mdwn
index e52318753c37e006f4dfb4cfd906f823bd32e98a..52f5e075c9bcbb902064a4f86d1b6d4016b4017d 100644 (file)
@@ -100,3 +100,28 @@ in Perl) and documented them in [[tips/SharedHosting]].  I'd like to get feedbac
 ## Typing error?
 
 [..] Mail::Sendmail, TimeDate, RPC::XML, [..]: should be DateTime? --[[vibrog]]
+
+> No, TimeDate and DateTime are two different CPAN modules. Ikiwiki uses
+> TimeDate. --[[Joey]]
+
+ah, i still don't fully get it, though (the following is slightly shortened):
+
+    $ perl -MCPAN -e shell
+    cpan> install DateTime
+    DateTime is up to date.
+    cpan> install TimeDate
+    Warning: Cannot install TimeDate, don't know what it is.
+    Try the command
+        i /TimeDate/
+    to find objects with matching identifiers.
+
+I'm trying to build IkiWiki on a fresh OpenSuse 10.3 box. I start out with
+
+    $ perl -MCPAN -e 'install Text::Markdown URI HTML::Parser HTML::Template HTML::Scrubber'
+    $ git clone git://git.ikiwiki.info/ ikiwiki && cd ikiwiki
+    $ perl Makefile.PL && make
+
+Are there other prerequisites?
+I also installed all optional Perl modules, except TimeDate.
+
+`make` exits with `make: *** [extra_build] Aborted`, `make test` complains `cannot stat 'ikiwiki.man'`