<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On 2008/07/14, at 11:54 AM, Paul Yachnes wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> I have already followed these instructions from <a class="moz-txt-link-freetext" href="http://wiki.koha.org/doku.php?id=ubuntu_gutsy&amp;s=ubuntu%20gutsy:">http://wiki.koha.org/doku.php?id=ubuntu_gutsy&amp;s=ubuntu%20gutsy:</a><br> <br> <div class="literallayout"> <ul>  <li class="level1">    <div class="li"> Install yaz</div>    <ul>      <li class="level2">        <div class="li"> Add the following lines to /etc/apt/sources.list:</div>      </li>    </ul>  </li> </ul> <pre class="code">deb <a class="moz-txt-link-freetext" href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a> indexdata/sarge released
deb-src <a class="moz-txt-link-freetext" href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a> indexdata/sarge released
</pre> <ul>  <li class="level1">    <div class="li"> Install the public key that <a href="http://wiki.koha.org/doku.php?id=indexdata" class="wikilink2" title="indexdata">IndexData</a> uses to sign their packages:</div>  </li> </ul> <pre class="code">wget <a class="moz-txt-link-freetext" href="http://ftp.indexdata.dk/debian/indexdata.asc">http://ftp.indexdata.dk/debian/indexdata.asc</a>
apt-key add indexdata.asc
</pre> <ul>  <li class="level1">    <div class="li"> Update the package index</div>  </li> </ul> <pre class="code">apt-get update</pre> <ul>  <li class="level1">    <div class="li"> Install yaz using apt-get</div>  </li> </ul> <pre class="code">apt-get install yaz

</pre> </div> <div class="literallayout"> <div class="literallayout"><p>But the version of Yaz installed is too old to install Net::Z3950::ZOOM. <br> </p><p>Did I need to do something else?<br> </p> </div> </div> </blockquote><br></div><div><br></div><div>Hi Paul</div><br><div>i've recently set up a debian amd-64 box. using the indexdata *.deb packages</div><div><br></div><div>here's what my relevant /etc/apt/sources.list lines look like </div><div><br></div><div><div> </div><div> deb <a href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a> etch main</div><div> deb-src <a href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a> etch main</div><div> </div><div>                                  </div><div>hope that helps ;)</div></div></body></html>