On 2009/04/2, at 5:43 PM, Abhishek Amberkar [अभिषेक] wrote:
2009/4/1 Daurice Kanjeza <dkanjeza@yahoo.com>:
Dear all, Am trying to install koha-3.00.01-stable on Debian Lenny. I have been successful with perl Makefile.PL, but make returns the results below:
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/KOHA_CONF_DIR/koha-conf.xml Can't open blib/KOHA_CONF_DIR/koha-conf.xml for read at rewrite- config.PL line 172. make: *** [blib/KOHA_CONF_DIR/koha-conf.xml] Error 2
What could be the cause of this. Please help!
I faced the same error. What I did is removed extracted Koha directory, and re-uncompressed koha tarball again. This might work for you.
i have this problem once or twice too, but not for a long time.. try to remove your ./blib dir and try again. $ rm -rf ./blib $ make clean (this does something similar to rm -rf) $ perl Makefile.PL $ make $ make test $ sudo make install