Dear Mr. Sivasankari<br>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<br>Just try<br><br><div class="gmail_quote">On Sat, Jul 11, 2009 at 10:56 PM, P. Sunthar <span dir="ltr">&lt;<a href="mailto:sunthar@che.iitb.ac.in">sunthar@che.iitb.ac.in</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Hi,<br>
<br>
 We are not using zebra. (Ours is a small lib and threfore don&#39;t require<br>
this).  As you rightly did,<br>
I also had to force install Zoom. Following are some tips from my own<br>
notes.<br>
<br>
   cpan -fi Net::Z3950::ZOOM<br>
<br>
<br>
# repeated above more than once to get all dependencies installed<br>
# Archive-Zip-1.30.tar.gz was not found it iitb CPAN site<br>
# downloaded from net, untarred in /tmp<br>
make Makefile.PL<br>
make<br>
make install<br>
<br>
<br>
 On the second part of your question:<br>
 Web install takes place only after make install at command prompt. It is<br>
not independent of it. I used two guidelines for installation. 1. available<br>
in the koha root directory INSTALL.fedora7, and Krishnan&#39;s notes.<br>
It worked.  Nothing specifically new.<br>
<br>
Sunthar.<br>
<br>
On Sat, 11 Jul 2009 22:14:42 +0530 (IST), Krishnan M &lt;<a href="mailto:kmlist@yahoo.in">kmlist@yahoo.in</a>&gt;<br>
wrote:<br>
<div><div></div><div class="h5">&gt; Hello Sivasankari,<br>
&gt;  <br>
&gt; Sunthar in Mumbai told me a week ago that he successfully installed Koha<br>
3<br>
&gt; on Fedora 10 using notes for a similar install for Fedora 9 that i<br>
provide<br>
&gt; at <a href="http://krishnanm.com/khh/resources" target="_blank">http://krishnanm.com/khh/resources</a> with a few departures.<br>
&gt;  <br>
&gt; We intended to document these differences for a version of the install<br>
&gt; HOW-TO for Fedora 10, but haven&#39;t done so yet. i am cc&#39;ing Sunthar here<br>
and<br>
&gt; requesting that he share his experience sooner rather than later, as i am<br>
&gt; not sure if he&#39;s on the list.<br>
&gt;  <br>
&gt; i remember that getting ZOOM to install is troublesome, but there&#39;s a<br>
&gt; particular way to get around it, but don&#39;t quite remember what it is.<br>
&gt;  <br>
&gt; regards,<br>
&gt; krishnan<br>
&gt;<br>
&gt; --- On Sat, 11/7/09, Sivasankari &lt;<a href="mailto:rms@srasys.co.in">rms@srasys.co.in</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; From: Sivasankari &lt;<a href="mailto:rms@srasys.co.in">rms@srasys.co.in</a>&gt;<br>
&gt; Subject: [Koha] Problem in Installation of KOHA-3.00.03 in fedora 10<br>
&gt; To: <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; Date: Saturday, 11 July, 2009, 12:15 PM<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi All,<br>
&gt; I have asked a query mentioned below.<br>
&gt;<br>
&gt; The following fatal error has occurred:Can&#39;t locate ZOOM.pm in @INC<br>
&gt;  <br>
&gt; Some of   members have answered it. Thanks for those replies.<br>
&gt;  <br>
&gt; Koha was already installed in my machine at /usr/shar/KOHA-3.00.03. <br>
- I<br>
&gt; have already ran the perl Makefile.PL  from the /usr/share/koha-3.00.03<br>
&gt; folder , then make,make test,make install and then web installer<br>
launched,<br>
&gt; which shows the error in browser , can&#39;t locate <a href="http://zoom.pm" target="_blank">zoom.pm</a> in @Inc in the<br>
web<br>
&gt; browser window<br>
&gt; while i gave http::/&lt;ipaddress&gt;:80/ .<br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;<br>
&gt; I started the process of  installing the left over prerequisite module <br>
&gt; Net::Z3950::ZOOM 1.16. Which needs yaz and zebra to be installed. I<br>
&gt; searched and found the yaz rpm for fedora10, and installed yaz (<br>
&gt; yaz-3.0.34-1.fc10.i386.rpm). But for idzebra i dont find the rpm for<br>
&gt; fedora10. it is available for fc6. Hence i downloaded<br>
&gt; idzebra-2.0.8.tar.gz. unzipped it and ran the ./configure,Make,Make<br>
&gt; install..<br>
&gt;  <br>
&gt; After this , I called<br>
&gt; cpan &gt; reload cpan .<br>
&gt;  <br>
&gt; Now I gave<br>
&gt; cpan &gt; force install Net::Z3950::ZOOM<br>
&gt; It shows the errors<br>
&gt;  <br>
&gt; ====Screen output ==========<br>
&gt;  cpan[2]&gt; force install Net::Z3950::ZOOM<br>
&gt; Running install for module &#39;Net::Z3950::ZOOM&#39;<br>
&gt; Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz<br>
&gt;   Has already been unwrapped into directory<br>
&gt; /root/.cpan/build/Net-Z3950-ZOOM-1.25-zyzKPg<br>
&gt;   &#39;/usr/bin/perl Makefile.PL&#39; returned status 512, won&#39;t make<br>
&gt; Running make test<br>
&gt;   Make had some problems, won&#39;t test<br>
&gt; Running make install<br>
&gt;   Make had some problems, won&#39;t install<br>
&gt; =======Screen Output================<br>
&gt;  <br>
&gt; What shall i do? Will there be problem with installation of this module<br>
&gt; with Fedora10.<br>
&gt; I&#39;m unable to launch koha with web installer. Since this essential module<br>
&gt; is needed. Did i need to uninstall koha and start from beginning.<br>
&gt; Or else can i run once again /usr/shar/KOHA-3.00.03.&gt;perl Makefile.PL -<br>
&gt; reinstalling koha directly.<br>
&gt;  <br>
&gt; Kindly help me out on this.<br>
&gt; Thanks in advance<br>
&gt; Sivasankari<br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;  <br>
&gt;<br>
&gt;  <br>
&gt;  <br>
&gt; -----Inline Attachment Follows-----<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt;       Love Cricket? Check out live scores, photos, video highlights and<br>
&gt;       more. Click here <a href="http://cricket.yahoo.com" target="_blank">http://cricket.yahoo.com</a><br>
<font color="#888888"><br>
--<br>
P Sunthar               <a href="http://www.che.iitb.ac.in/online/faculty/p-sunthar" target="_blank">http://www.che.iitb.ac.in/online/faculty/p-sunthar</a><br>
 Asst. Professor<br>
 Dept of Chemical Engg                       Ph:+91-22-2576 7229<br>
 Indian Institute of Technology Bombay      P.Sunthar &lt;at&gt; <a href="http://iitb.ac.in" target="_blank">iitb.ac.in</a><br>
 Powai, Mumbai 400 076, INDIA<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks and Regards<br><br>Sandeep Bhavsar<br>Librarian<br>Dr.V.N.Bedekar Institute of Management Studies<br>Thane(W) 400601<br>MUMBAI. INDIA<br>@@@@@@@@@@@@@@@@@@@@@@@@@@<br>
email    : <a href="mailto:sandeep.bhavsar@gmail.com">sandeep.bhavsar@gmail.com</a><br>Mob     : 9987049099<br>elibrary :<a href="http://www.vpmthane.org/im/elib/main.htm">http://www.vpmthane.org/im/elib/main.htm</a><br>@@@@@@@@@@@@@@@@@@@@@@@@@@<br>