web commit by buo: Removing previous installation fixes compile failure.

master
Joey Hess 2008-05-08 10:29:48 -04:00
parent de344200c6
commit a3e1783596
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ I have perl 5.10.0. Ikiwiki 2.44 compiles fine. Compiling 2.45 fails after 'make
> perhaps using a previously installed version. But the -Iblib/lib
> instructs perl to look in that directory first, and the Makefile
> puts Ikiwiki.pm there. --[[Joey]]
>> I removed all traces of the previous installation, and now 2.45 compiles.
>> I don't know why it was picking up the old version of Ikiwiki.pm, but now it
>> works. Please close this bug, and thanks for the help.