<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mason James wrote:
<blockquote cite="mid:C3D8673C-8524-4A00-8405-971C3CBF99EC@gmail.com"
 type="cite"><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 moz-do-not-send="true" 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 moz-do-not-send="true"
 class="moz-txt-link-freetext" href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a> indexdata/sarge released
deb-src <a moz-do-not-send="true" 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
 moz-do-not-send="true"
 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 moz-do-not-send="true"
 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&nbsp;</div>
  <div><br>
  </div>
  <div>
  <div>&nbsp;</div>
  <div>&nbsp;deb <a moz-do-not-send="true"
 href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a>
etch main</div>
  <div>&nbsp;deb-src <a moz-do-not-send="true"
 href="http://ftp.indexdata.dk/debian">http://ftp.indexdata.dk/debian</a>
etch main</div>
  <div>&nbsp;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
  <div>hope that helps ;)</div>
  </div>
</blockquote>
Yes, thanks, that helped. I was able to update Yaz. There were a few
more bumps along the way but I finally managed to get Net::Z3950::ZOOM
installed.<br>
<br>
<br>
</body>
</html>