<br><br><div><span class="gmail_quote">On 9/11/07, <b class="gmail_sendername">reegal</b> &lt;<a href="mailto:reegalkalariya@yahoo.com">reegalkalariya@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>hi..i am Reegal...<br><br>I am trying to install koha on ubuntu6.06<br><br>When i tried to install remaining perl module and run this command.... sudo<br>perl -MCPAN -e &#39;install &quot;Net::Z3950&quot;&#39;...<br>Then it shows me an following error...
<br><br>*** ERROR!<br>ZOOM-Perl requires at least version 2.1.50 of YAZ,<br>but is currently you only have version 2.1.8.<br>Running make test<br>&nbsp;&nbsp;Make had some problems, maybe interrupted? Won&#39;t test<br>Running make install
<br>&nbsp;&nbsp;Make had some problems, maybe interrupted? Won&#39;t install<br><br><br>I alrady install YAZ....then why i get this kind of error??<br>Kindly reply me...<br><br>Thanking you,<br>Reegal</blockquote><div><br><br><br></div>
</div>I experienced the same problem a couple of days back. Ubuntu does not have a newer version of yaz. Here is web page that helped me (it essentially lists the process of downloading the source for newer version, making a deb package out of it, and installing that dep backage:
<br><a href="http://64.233.167.104/search?q=cache:n09cCbYGv7sJ:matthew.metzger.cc/wiki/index.php%3Ftitle%3DTalk:Install_Koha_on_Ubuntu_6.06+Net::Z3950+yaz+ubuntu&amp;hl=en&amp;ct=clnk&amp;cd=3&amp;client=iceweasel-a">http://64.233.167.104/search?q=cache:n09cCbYGv7sJ:matthew.metzger.cc/wiki/index.php%3Ftitle%3DTalk:Install_Koha_on_Ubuntu_6.06+Net::Z3950+yaz+ubuntu&amp;hl=en&amp;ct=clnk&amp;cd=3&amp;client=iceweasel-a
</a><br><br>If the above page does not work for some reason, here is the relevant text pasted from there:<br>-----------------------------------------------------------------------<br><h1 class="firstHeading">Talk:Install Koha on 
<b style="color: black; background-color: rgb(153, 255, 153);">Ubuntu</b> 6.06</h1>
                
                        <h3 id="siteSub">From MetzgerWiki</h3>
                        
                                                                        <div id="jump-to-nav">Jump to: <a href="http://matthew.metzger.cc/wiki/index.php?title=Talk:Install_Koha_on_Ubuntu_6.06#column-one">navigation</a>, <a href="http://matthew.metzger.cc/wiki/index.php?title=Talk:Install_Koha_on_Ubuntu_6.06#searchInput">
search</a></div>                        
                        <p>It might be good to mention not to use the LAMP installation of <b style="color: black; background-color: rgb(153, 255, 153);">Ubuntu</b> as this will install MySQL5, which is difficult to downgrade to 4.1.
</p><p>Also I had problems installing sudo perl -MCPAN -e &#39;install &quot;<b style="color: black; background-color: rgb(255, 255, 102);">Net</b>::<b style="color: black; background-color: rgb(255, 255, 102);">Z3950</b>
&quot;&#39; found the following suggestion on <a href="http://lists.katipo.co.nz/public/koha/2006/010546.html" class="external free" title="http://lists.katipo.co.nz/public/koha/2006/010546.html" rel="nofollow">http://lists.katipo.co.nz/public/koha/2006/010546.html
</a>. &quot;perl -MCPAN -e &#39;install <b style="color: black; background-color: rgb(255, 255, 102);">Net</b>::<b style="color: black; background-color: rgb(255, 255, 102);">Z3950</b>::ZOOM&#39;&quot; installed without problems.
</p><p>Koha2.2.6 needs a few more Perl modules. The installer.pl script told me I needed the following:
</p><p>export LC_ALL=C
perl -MCPAN -e &#39;install &quot;MARC::File::XML&quot;&#39;
perl -MCPAN -e &#39;install &quot;ZOOM&quot;&#39;
perl -MCPAN -e &#39;install &quot;You will need PDF::API2 for barcode generator&quot;&#39;
perl -MCPAN -e &#39;install &quot;You will need GD::Barcode for the new barcode generator&quot;&#39;
perl -MCPAN -e &#39;install &quot;You will need Data::Random for the new barcode generator&quot;&#39;
perl -MCPAN -e &#39;install &quot;You will need PDF::Reuse::Barcode for the new barcode generator&quot;&#39;
perl -MCPAN -e &#39;install &quot;You will need Net::LDAP if you want to authentify patrons through a LDAP&quot;&#39;
</p><p>Installing Zoom gave me the error that <b style="color: black; background-color: rgb(160, 255, 255);">Yaz</b> was to old. I upgraded <b style="color: black; background-color: rgb(160, 255, 255);">Yaz</b> with the help from  
<a href="http://wiki.koha.org/doku.php?id=ubuntu_amd64" class="external free" title="http://wiki.koha.org/doku.php?id=ubuntu_amd64" rel="nofollow">http://wiki.koha.org/doku.php?id=ubuntu_amd64</a>:
</p><p>sudo apt-get install fakeroot debhelper <br></p><p>wget <a href="http://ftp.indexdata.dk/pub/yaz/yaz-2.1.36.tar.gz" class="external free" title="http://ftp.indexdata.dk/pub/yaz/yaz-2.1.36.tar.gz" rel="nofollow">http://ftp.indexdata.dk/pub/
<b style="color: black; background-color: rgb(160, 255, 255);">yaz</b>/<b style="color: black; background-color: rgb(160, 255, 255);">yaz</b>-2.1.36.tar.gz</a> <br></p><p>tar -xzf <b style="color: black; background-color: rgb(160, 255, 255);">
yaz</b>-2.1.36.tar.gz <br></p><p>-Install depended packages with apt-get <br></p><p>sudo apt-get install pkg-config libxslt1-dev libssl-dev libreadline5-dev libwrap0-dev <br></p><p>cd <b style="color: black; background-color: rgb(160, 255, 255);">
yaz</b>-2.1.36/ <br></p><p>dpkg-buildpackage -rfakeroot -b <br></p><p>cd .. <br></p><p>-Install all deb packages created <br></p><p>sudo dpkg -i yaz_2.1.36-1_i386.deb <b style="color: black; background-color: rgb(160, 255, 255);">
yaz</b>-doc_2.1.36-1_all.deb <b style="color: black; background-color: rgb(160, 255, 255);">yaz</b>-doc_2.1.36-1_all.deb libyaz_2.1.36-1_i386.deb libyaz-dev_2.1.36-1_i386.deb
</p><br>-----------------------------------------------------------------------<br><br>The above process will require some additional packages (for example fakeroot). Here are the commands that I followed:<br>&nbsp;352&nbsp; sudo apt-get install fakeroot debhelper
<br>&nbsp; 353&nbsp; wget <a href="http://ftp.indexdata.dk/pub/yaz/yaz-2.1.36.tar.gz">http://ftp.indexdata.dk/pub/yaz/yaz-2.1.36.tar.gz</a><br>&nbsp; 354&nbsp; history | grep yaz<br>&nbsp; 355&nbsp; sudo apt-get install libyaz2-dev yaz yaz-doc<br>&nbsp; 356&nbsp; sudo perl -MCPAN -e &#39;install &quot;Net::Z3950&quot;&#39;
<br>&nbsp; 357&nbsp; tar -tzf yaz-2.1.36.tar.gz<br>&nbsp; 358&nbsp; rm yaz-2.1.36.tar.gz <br>&nbsp; 359&nbsp; wget <a href="http://ftp.indexdata.dk/pub/yaz/yaz-2.1.50.tar.gz">http://ftp.indexdata.dk/pub/yaz/yaz-2.1.50.tar.gz</a><br>&nbsp; 360&nbsp; tar ztf yaz-2.1.50.tar.gz
 <br>&nbsp; 361&nbsp; tar zxf yaz-2.1.50.tar.gz <br>&nbsp; 362&nbsp; sudo apt-get install pkg-config libxslt1-dev libssl-dev libreadline5-dev libwrap0-<br>dev<br>&nbsp; 363&nbsp; cd yaz-2.1.50/<br>&nbsp; 364&nbsp; dpkg-buildpackage -rfakeroot -b<br>&nbsp; 365&nbsp; sudo apt-get install 
libpcap0.8-dev<br>&nbsp; 366&nbsp; dpkg-buildpackage -rfakeroot -b<br>&nbsp; 367&nbsp; apt-cache search gcrypt<br>&nbsp; 368&nbsp; sudo aptitude install libgcrypt11<br>&nbsp; 369&nbsp; sudo aptitude install libgcrypt11-dev<br>&nbsp; 370&nbsp; dpkg-buildpackage -rfakeroot -b
<br>&nbsp; 371&nbsp; history | less<br>&nbsp; 372&nbsp; history &gt; ~/history-khoa-install.txt<br>&nbsp; 373&nbsp; ls -altr<br>&nbsp; 374&nbsp; ls *.deb<br>&nbsp; 375&nbsp; ls src/<br>&nbsp; 376&nbsp; ls<br>&nbsp; 377&nbsp; ls debian/<br>&nbsp; 378&nbsp; find ./&nbsp; -name &quot;*.deb&quot;<br>&nbsp; 379&nbsp; cd ..
<br>(remove previously installed packages)<br>&nbsp; 387&nbsp; sudo aptitude -s --purge remove libyaz2 libyaz2-dev<br>&nbsp; 388&nbsp; sudo aptitude --purge remove libyaz2 libyaz2-dev<br>&nbsp; 389&nbsp; cd ..<br>&nbsp; 390&nbsp; sudo dpkg -i yaz_2.1.50-1_i386.deb yaz-doc_2.1.50-1_all.deb libyaz_2.1.50-1_i386.d
<br>eb libyaz-dev_2.1.50-1_i386.deb yaz-ziffy_2.1.50-1_i386.deb<br>&nbsp; 391&nbsp; history | less<br>&nbsp; 392&nbsp;&nbsp; sudo perl -MCPAN -e &#39;install &quot;Net::Z3950&quot;&#39;<br><br><br>Hope this helps,<br>-&gt;HS<br><br><br>