Problem in Installation of KOHA-3.00.03 in fedora 10
Hi All, I have asked a query mentioned below. The following fatal error has occurred: Can't locate ZOOM.pm in @INC Some of members have answered it. Thanks for those replies. Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. - I have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03 folder , then make,make test,make install and then web installer launched, which shows the error in browser , can't locate zoom.pm in @Inc in the web browser window while i gave http::/<ipaddress>:80/ . I started the process of installing the left over prerequisite module Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I searched and found the yaz rpm for fedora10, and installed yaz ( yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for fedora10. it is available for fc6. Hence i downloaded idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make install. After this , I called cpan > reload cpan . Now I gave cpan > force install Net::Z3950::ZOOM It shows the errors ====Screen output ========== cpan[2]> force install Net::Z3950::ZOOM Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg '/usr/bin/perl Makefile.PL' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install =======Screen Output================ What shall i do? Will there be problem with installation of this module with Fedora10. I'm unable to launch koha with web installer. Since this essential module is needed. Did i need to uninstall koha and start from beginning. Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL - reinstalling koha directly. Kindly help me out on this. Thanks in advance Sivasankari
Hello Sivasankari, Sunthar in Mumbai told me a week ago that he successfully installed Koha 3 on Fedora 10 using notes for a similar install for Fedora 9 that i provide at http://krishnanm.com/khh/resources with a few departures. We intended to document these differences for a version of the install HOW-TO for Fedora 10, but haven't done so yet. i am cc'ing Sunthar here and requesting that he share his experience sooner rather than later, as i am not sure if he's on the list. i remember that getting ZOOM to install is troublesome, but there's a particular way to get around it, but don't quite remember what it is. regards, krishnan --- On Sat, 11/7/09, Sivasankari <rms@srasys.co.in> wrote: From: Sivasankari <rms@srasys.co.in> Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10 To: Koha@lists.katipo.co.nz Date: Saturday, 11 July, 2009, 12:15 PM Hi All, I have asked a query mentioned below. The following fatal error has occurred:Can't locate ZOOM.pm in @INC Some of members have answered it. Thanks for those replies. Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. - I have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03 folder , then make,make test,make install and then web installer launched, which shows the error in browser , can't locate zoom.pm in @Inc in the web browser window while i gave http::/<ipaddress>:80/ . I started the process of installing the left over prerequisite module Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I searched and found the yaz rpm for fedora10, and installed yaz ( yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for fedora10. it is available for fc6. Hence i downloaded idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make install.. After this , I called cpan > reload cpan . Now I gave cpan > force install Net::Z3950::ZOOM It shows the errors ====Screen output ========== cpan[2]> force install Net::Z3950::ZOOM Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg '/usr/bin/perl Makefile.PL' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install =======Screen Output================ What shall i do? Will there be problem with installation of this module with Fedora10. I'm unable to launch koha with web installer. Since this essential module is needed. Did i need to uninstall koha and start from beginning. Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL - reinstalling koha directly. Kindly help me out on this. Thanks in advance Sivasankari -----Inline Attachment Follows----- _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com
Hello Sivasankari, Sunthar in Mumbai told me a week ago that he successfully installed Koha 3 on Fedora 10 using notes for a similar install for Fedora 9 that i
Hi, We are not using zebra. (Ours is a small lib and threfore don't require this). As you rightly did, I also had to force install Zoom. Following are some tips from my own notes. cpan -fi Net::Z3950::ZOOM # repeated above more than once to get all dependencies installed # Archive-Zip-1.30.tar.gz was not found it iitb CPAN site # downloaded from net, untarred in /tmp make Makefile.PL make make install On the second part of your question: Web install takes place only after make install at command prompt. It is not independent of it. I used two guidelines for installation. 1. available in the koha root directory INSTALL.fedora7, and Krishnan's notes. It worked. Nothing specifically new. Sunthar. On Sat, 11 Jul 2009 22:14:42 +0530 (IST), Krishnan M <kmlist@yahoo.in> wrote: provide
at http://krishnanm.com/khh/resources with a few departures. We intended to document these differences for a version of the install HOW-TO for Fedora 10, but haven't done so yet. i am cc'ing Sunthar here and requesting that he share his experience sooner rather than later, as i am not sure if he's on the list. i remember that getting ZOOM to install is troublesome, but there's a particular way to get around it, but don't quite remember what it is. regards, krishnan
--- On Sat, 11/7/09, Sivasankari <rms@srasys.co.in> wrote:
From: Sivasankari <rms@srasys.co.in> Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10 To: Koha@lists.katipo.co.nz Date: Saturday, 11 July, 2009, 12:15 PM
Hi All, I have asked a query mentioned below.
The following fatal error has occurred:Can't locate ZOOM.pm in @INC Some of members have answered it. Thanks for those replies. Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. - I have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03 folder , then make,make test,make install and then web installer launched, which shows the error in browser , can't locate zoom.pm in @Inc in the web browser window while i gave http::/<ipaddress>:80/ .
I started the process of installing the left over prerequisite module Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I searched and found the yaz rpm for fedora10, and installed yaz ( yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for fedora10. it is available for fc6. Hence i downloaded idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make install.. After this , I called cpan > reload cpan . Now I gave cpan > force install Net::Z3950::ZOOM It shows the errors ====Screen output ========== cpan[2]> force install Net::Z3950::ZOOM Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg '/usr/bin/perl Makefile.PL' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install =======Screen Output================ What shall i do? Will there be problem with installation of this module with Fedora10. I'm unable to launch koha with web installer. Since this essential module is needed. Did i need to uninstall koha and start from beginning. Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL - reinstalling koha directly. Kindly help me out on this. Thanks in advance Sivasankari
-----Inline Attachment Follows-----
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com
-- P Sunthar http://www.che.iitb.ac.in/online/faculty/p-sunthar Asst. Professor Dept of Chemical Engg Ph:+91-22-2576 7229 Indian Institute of Technology Bombay P.Sunthar <at> iitb.ac.in Powai, Mumbai 400 076, INDIA
Dear Mr. Sivasankari Please try with libnet::Z3950::ZOOM package. I think this package is available only in .deb but through alien you can convert it to rpm Just try On Sat, Jul 11, 2009 at 10:56 PM, P. Sunthar <sunthar@che.iitb.ac.in> wrote: > > > Hi, > > We are not using zebra. (Ours is a small lib and threfore don't require > this). As you rightly did, > I also had to force install Zoom. Following are some tips from my own > notes. > > cpan -fi Net::Z3950::ZOOM > > > # repeated above more than once to get all dependencies installed > # Archive-Zip-1.30.tar.gz was not found it iitb CPAN site > # downloaded from net, untarred in /tmp > make Makefile.PL > make > make install > > > On the second part of your question: > Web install takes place only after make install at command prompt. It is > not independent of it. I used two guidelines for installation. 1. available > in the koha root directory INSTALL.fedora7, and Krishnan's notes. > It worked. Nothing specifically new. > > Sunthar. > > On Sat, 11 Jul 2009 22:14:42 +0530 (IST), Krishnan M <kmlist@yahoo.in> > wrote: > > Hello Sivasankari, > > > > Sunthar in Mumbai told me a week ago that he successfully installed Koha > 3 > > on Fedora 10 using notes for a similar install for Fedora 9 that i > provide > > at http://krishnanm.com/khh/resources with a few departures. > > > > We intended to document these differences for a version of the install > > HOW-TO for Fedora 10, but haven't done so yet. i am cc'ing Sunthar here > and > > requesting that he share his experience sooner rather than later, as i am > > not sure if he's on the list. > > > > i remember that getting ZOOM to install is troublesome, but there's a > > particular way to get around it, but don't quite remember what it is. > > > > regards, > > krishnan > > > > --- On Sat, 11/7/09, Sivasankari <rms@srasys.co.in> wrote: > > > > > > From: Sivasankari <rms@srasys.co.in> > > Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10 > > To: Koha@lists.katipo.co.nz > > Date: Saturday, 11 July, 2009, 12:15 PM > > > > > > > > > > > > Hi All, > > I have asked a query mentioned below. > > > > The following fatal error has occurred:Can't locate ZOOM.pm in @INC > > > > Some of members have answered it. Thanks for those replies. > > > > Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. > - I > > have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03 > > folder , then make,make test,make install and then web installer > launched, > > which shows the error in browser , can't locate zoom.pm in @Inc in the > web > > browser window > > while i gave http::/<ipaddress>:80/ . > > > > > > > > > > I started the process of installing the left over prerequisite module > > Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I > > searched and found the yaz rpm for fedora10, and installed yaz ( > > yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for > > fedora10. it is available for fc6. Hence i downloaded > > idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make > > install.. > > > > After this , I called > > cpan > reload cpan . > > > > Now I gave > > cpan > force install Net::Z3950::ZOOM > > It shows the errors > > > > ====Screen output ========== > > cpan[2]> force install Net::Z3950::ZOOM > > Running install for module 'Net::Z3950::ZOOM' > > Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz > > Has already been unwrapped into directory > > /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg > > '/usr/bin/perl Makefile.PL' returned status 512, won't make > > Running make test > > Make had some problems, won't test > > Running make install > > Make had some problems, won't install > > =======Screen Output================ > > > > What shall i do? Will there be problem with installation of this module > > with Fedora10. > > I'm unable to launch koha with web installer. Since this essential module > > is needed. Did i need to uninstall koha and start from beginning. > > Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL - > > reinstalling koha directly. > > > > Kindly help me out on this. > > Thanks in advance > > Sivasankari > > > > > > > > > > > > > > > > > > > > > > -----Inline Attachment Follows----- > > > > > > _______________________________________________ > > Koha mailing list > > Koha@lists.katipo.co.nz > > http://lists.katipo.co.nz/mailman/listinfo/koha > > > > > > > > Love Cricket? Check out live scores, photos, video highlights and > > more. Click here http://cricket.yahoo.com > > -- > P Sunthar http://www.che.iitb.ac.in/online/faculty/p-sunthar > Asst. Professor > Dept of Chemical Engg Ph:+91-22-2576 7229 > Indian Institute of Technology Bombay P.Sunthar <at> iitb.ac.in > Powai, Mumbai 400 076, INDIA > _______________________________________________ > Koha mailing list > Koha@lists.katipo.co.nz > http://lists.katipo.co.nz/mailman/listinfo/koha > -- Thanks and Regards Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
Hi, Thanks for your reply. I tried with the one you specified cpan -fi Net::Z3950::ZOOM. I tried with http://krishnanm.com/khh/resources , which gives instruction to reconfigure cpan and then i tried to install the zoom module Again it shows the error ==SCREEN OUPUT=== Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg '/usr/bin/perl Makefile.PL' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install ==SCREEN OUPUT=== Kindly help over this Net-Z3950-ZOOM module installation in Fedora10 Thanks Sivasankari m ----- Original Message ----- From: "P. Sunthar" <sunthar@che.iitb.ac.in> To: "Krishnan M" <kmlist@yahoo.in> Cc: <Koha@lists.katipo.co.nz>; "Sivasankari" <rms@srasys.co.in> Sent: Saturday, July 11, 2009 10:56 PM Subject: Re: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10 Hi, We are not using zebra. (Ours is a small lib and threfore don't require this). As you rightly did, I also had to force install Zoom. Following are some tips from my own notes. cpan -fi Net::Z3950::ZOOM # repeated above more than once to get all dependencies installed # Archive-Zip-1.30.tar.gz was not found it iitb CPAN site # downloaded from net, untarred in /tmp make Makefile.PL make make install On the second part of your question: Web install takes place only after make install at command prompt. It is not independent of it. I used two guidelines for installation. 1. available in the koha root directory INSTALL.fedora7, and Krishnan's notes. It worked. Nothing specifically new. Sunthar. On Sat, 11 Jul 2009 22:14:42 +0530 (IST), Krishnan M <kmlist@yahoo.in> wrote: > Hello Sivasankari, > > Sunthar in Mumbai told me a week ago that he successfully installed Koha 3 > on Fedora 10 using notes for a similar install for Fedora 9 that i provide > at http://krishnanm.com/khh/resources with a few departures. > > We intended to document these differences for a version of the install > HOW-TO for Fedora 10, but haven't done so yet. i am cc'ing Sunthar here and > requesting that he share his experience sooner rather than later, as i am > not sure if he's on the list. > > i remember that getting ZOOM to install is troublesome, but there's a > particular way to get around it, but don't quite remember what it is. > > regards, > krishnan > > --- On Sat, 11/7/09, Sivasankari <rms@srasys.co.in> wrote: > > > From: Sivasankari <rms@srasys.co.in> > Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10 > To: Koha@lists.katipo.co.nz > Date: Saturday, 11 July, 2009, 12:15 PM > > > > > > Hi All, > I have asked a query mentioned below. > > The following fatal error has occurred:Can't locate ZOOM.pm in @INC > > Some of members have answered it. Thanks for those replies. > > Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. - I > have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03 > folder , then make,make test,make install and then web installer launched, > which shows the error in browser , can't locate zoom.pm in @Inc in the web > browser window > while i gave http::/<ipaddress>:80/ . > > > > > I started the process of installing the left over prerequisite module > Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I > searched and found the yaz rpm for fedora10, and installed yaz ( > yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for > fedora10. it is available for fc6. Hence i downloaded > idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make > install.. > > After this , I called > cpan > reload cpan . > > Now I gave > cpan > force install Net::Z3950::ZOOM > It shows the errors > > ====Screen output ========== > cpan[2]> force install Net::Z3950::ZOOM > Running install for module 'Net::Z3950::ZOOM' > Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz > Has already been unwrapped into directory > /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg > '/usr/bin/perl Makefile.PL' returned status 512, won't make > Running make test > Make had some problems, won't test > Running make install > Make had some problems, won't install > =======Screen Output================ > > What shall i do? Will there be problem with installation of this module > with Fedora10. > I'm unable to launch koha with web installer. Since this essential module > is needed. Did i need to uninstall koha and start from beginning. > Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL - > reinstalling koha directly. > > Kindly help me out on this. > Thanks in advance > Sivasankari > > > > > > > > > > > -----Inline Attachment Follows----- > > > _______________________________________________ > Koha mailing list > Koha@lists.katipo.co.nz > http://lists.katipo.co.nz/mailman/listinfo/koha > > > > Love Cricket? Check out live scores, photos, video highlights and > more. Click here http://cricket.yahoo.com -- P Sunthar http://www.che.iitb.ac.in/online/faculty/p-sunthar Asst. Professor Dept of Chemical Engg Ph:+91-22-2576 7229 Indian Institute of Technology Bombay P.Sunthar <at> iitb.ac.in Powai, Mumbai 400 076, INDIA
Hello Sivasankari,
As i am out of my depth with respect to Perl module installation issues, the only way i found to work around the ZOOM issue, was to repeatedly experiment (for a long time) with the entire install process, till i found a safe way of getting past it.
i then documented every step to spare others the pain. My suggestion (not a very 'scientific' one, of course) is that you start afresh and run through the installation. I have managed to install Koha using these instructions within an hour, using a local CPAN archive.
best,
krishnan
--- On Mon, 13/7/09, Sivasankari <rms@srasys.co.in> wrote:
From: Sivasankari <rms@srasys.co.in>
Subject: Re: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10
To: "Krishnan M" <kmlist@yahoo.in>, "P. Sunthar" <sunthar@che.iitb.ac.in>
Cc: Koha@lists.katipo.co.nz, expectperl-discuss@lists.sourceforge.net
Date: Monday, 13 July, 2009, 7:51 AM
Hi,
Thanks for your reply. I tried with the one you specified
cpan -fi Net::Z3950::ZOOM.
I tried with http://krishnanm.com/khh/resources , which gives instruction to
reconfigure cpan and then i tried to install the zoom module
Again it shows the error
==SCREEN OUPUT===
Running install for module 'Net::Z3950::ZOOM'
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg
'/usr/bin/perl Makefile.PL' returned status 512, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
==SCREEN OUPUT===
Kindly help over this Net-Z3950-ZOOM module installation in Fedora10
Thanks
Sivasankari m
----- Original Message -----
From: "P. Sunthar" <sunthar@che.iitb.ac.in>
To: "Krishnan M" <kmlist@yahoo.in>
Cc: <Koha@lists.katipo.co.nz>; "Sivasankari" <rms@srasys.co.in>
Sent: Saturday, July 11, 2009 10:56 PM
Subject: Re: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10
Hi,
We are not using zebra. (Ours is a small lib and threfore don't require
this). As you rightly did,
I also had to force install Zoom. Following are some tips from my own
notes.
cpan -fi Net::Z3950::ZOOM
# repeated above more than once to get all dependencies installed
# Archive-Zip-1.30.tar.gz was not found it iitb CPAN site
# downloaded from net, untarred in /tmp
make Makefile.PL
make
make install
On the second part of your question:
Web install takes place only after make install at command prompt. It is
not independent of it. I used two guidelines for installation. 1. available
in the koha root directory INSTALL.fedora7, and Krishnan's notes.
It worked. Nothing specifically new.
Sunthar.
On Sat, 11 Jul 2009 22:14:42 +0530 (IST), Krishnan M <kmlist@yahoo.in>
wrote:
> Hello Sivasankari,
>
> Sunthar in Mumbai told me a week ago that he successfully installed Koha
3
> on Fedora 10 using notes for a similar install for Fedora 9 that i
provide
> at http://krishnanm.com/khh/resources with a few departures.
>
> We intended to document these differences for a version of the install
> HOW-TO for Fedora 10, but haven't done so yet. i am cc'ing Sunthar here
and
> requesting that he share his experience sooner rather than later, as i am
> not sure if he's on the list.
>
> i remember that getting ZOOM to install is troublesome, but there's a
> particular way to get around it, but don't quite remember what it is.
>
> regards,
> krishnan
>
> --- On Sat, 11/7/09, Sivasankari <rms@srasys.co.in> wrote:
>
>
> From: Sivasankari <rms@srasys.co.in>
> Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10
> To: Koha@lists.katipo.co.nz
> Date: Saturday, 11 July, 2009, 12:15 PM
>
>
>
>
>
> Hi All,
> I have asked a query mentioned below.
>
> The following fatal error has occurred:Can't locate ZOOM.pm in @INC
>
> Some of members have answered it. Thanks for those replies.
>
> Koha was already installed in my machine at /usr/shar/KOHA-3.00.03.
- I
> have already ran the perl Makefile.PL from the /usr/share/koha-3.00.03
> folder , then make,make test,make install and then web installer
launched,
> which shows the error in browser , can't locate zoom.pm in @Inc in the
web
> browser window
> while i gave http::/<ipaddress>:80/ .
>
>
>
>
> I started the process of installing the left over prerequisite module
> Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I
> searched and found the yaz rpm for fedora10, and installed yaz (
> yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for
> fedora10. it is available for fc6. Hence i downloaded
> idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make
> install..
>
> After this , I called
> cpan > reload cpan .
>
> Now I gave
> cpan > force install Net::Z3950::ZOOM
> It shows the errors
>
> ====Screen output ==========
> cpan[2]> force install Net::Z3950::ZOOM
> Running install for module 'Net::Z3950::ZOOM'
> Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz
> Has already been unwrapped into directory
> /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg
> '/usr/bin/perl Makefile.PL' returned status 512, won't make
> Running make test
> Make had some problems, won't test
> Running make install
> Make had some problems, won't install
> =======Screen Output================
>
> What shall i do? Will there be problem with installation of this module
> with Fedora10.
> I'm unable to launch koha with web installer. Since this essential module
> is needed. Did i need to uninstall koha and start from beginning.
> Or else can i run once again /usr/shar/KOHA-3.00.03.>perl Makefile.PL -
> reinstalling koha directly.
>
> Kindly help me out on this.
> Thanks in advance
> Sivasankari
>
>
>
>
>
>
>
>
>
>
> -----Inline Attachment Follows-----
>
>
> _______________________________________________
> Koha mailing list
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
> Love Cricket? Check out live scores, photos, video highlights and
> more. Click here http://cricket.yahoo.com
--
P Sunthar http://www.che.iitb.ac.in/online/faculty/p-sunthar
Asst. Professor
Dept of Chemical Engg Ph:+91-22-2576 7229
Indian Institute of Technology Bombay P.Sunthar <at> iitb.ac.in
Powai, Mumbai 400 076, INDIA
See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
participants (4)
-
Krishnan M -
P. Sunthar -
SANDEEP BHAVSAR -
Sivasankari