Make Fails on koha-3.00.01-stable
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! Daurice K. Nyirongo Mzuzu University Private Bag 201 Luwinga, Mzuzu 2 Malawi
Daurice Kanjeza <dkanjeza@yahoo.com> wrote:
/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!
Not sure what could cause this, but I feel like I've seen it before. Does blib/KOHA_CONF_DIR/koha-conf.xml exist and is it readable by the current user? Are there other errors or warnings in the make process? Can you run "script /tmp/koha-make.log" before starting, then "exit" after you get the error, edit any sensitive details out of the /tmp/koha-make.log file and upload it to pastebin.com or your own website? Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
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. -- With Regards Abhishek Amberkar Learn to appreciate a beauty within...
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
2009/4/2 Mason James <mason.loves.sushi@gmail.com>:
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
I tried this... but failed. May work for Mr. Mason though. -- With Regards Abhishek Amberkar Learn to appreciate a beauty within...
Dear Abhishek, Thanks a lot for your help. Your suggestion worked for me. My koha-3.00.01 is now running on Debian Lenny! My first Koha package was downloaded from the koha.org homepage, then copied to the computer where I was doing the installation. This time, I downloaded it using wget straight on the computer for installation. Could it be a problem with downloading? Once again, thank you all for your help! Daurice ________________________________ From: Abhishek Amberkar [अभिषेक] <abhishek.amberkar@gmail.com> To: Daurice Kanjeza <dkanjeza@yahoo.com> Cc: koha@lists.katipo.co.nz Sent: Thursday, April 2, 2009 6:43:01 AM Subject: Re: [Koha] Make Fails on koha-3.00.01-stable 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. -- With Regards Abhishek Amberkar Learn to appreciate a beauty within...
2009/4/2 Daurice Kanjeza <dkanjeza@yahoo.com>:
Dear Abhishek, Thanks a lot for your help. Your suggestion worked for me. My koha-3.00.01 is now running on Debian Lenny!
My first Koha package was downloaded from the koha.org homepage, then copied to the computer where I was doing the installation. This time, I downloaded it using wget straight on the computer for installation. Could it be a problem with downloading?
I don't think so.
Once again, thank you all for your help!
Daurice
-- With Regards Abhishek Amberkar Learn to appreciate a beauty within...
participants (4)
-
Abhishek Amberkar [अभिषेक] -
Daurice Kanjeza -
Mason James -
MJ Ray