<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have already followed these instructions from
<a class="moz-txt-link-freetext" href="http://wiki.koha.org/doku.php?id=ubuntu_gutsy&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>
<br>
<br>
Ryan Higgins wrote:
<blockquote
 cite="mid:b223c4200807131625m1b152073yd0c42932a0240341@mail.gmail.com"
 type="cite"><br>
Hi Paul.<br>
  <br>
Indexdata now (as of a few weeks ago) supplies 64-bit binary debian
packages, so you should<br>
not have to install from source ( or source package ),  but just set
the indexdata <br>
repositories in your /etc/apt/sources.list (as described in
INSTALL.debian ),<br>
and apt-get install  the yaz and libyaz3-dev packages.  <br>
  <br>
Hope that helps,<br>
  <br>
Ryan<br>
  <br>
  <br>
  <br>
  <div class="gmail_quote">On Sun, Jul 13, 2008 at 6:47 PM, Paul
Yachnes &lt;<a moz-do-not-send="true" href="mailto:yach@cox.net">yach@cox.net</a>&gt;
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
am attempting to install Koha on Ubuntu on an AMD64 machine.<br>
    <br>
At <a moz-do-not-send="true"
 href="http://wiki.koha.org/doku.php?id=ubuntu_amd64" target="_blank">http://wiki.koha.org/doku.php?id=ubuntu_amd64</a>,
"Installing Koha on<br>
Ubuntu amd64," they say:<br>
    <br>
"..... if you're planning on using the Zebra plugin then you should<br>
download the Yaz source tarball instead, and compile the packages<br>
yourself. (This is because installing Net::Z3950::ZOOM will fail because<br>
the version of Yaz is too old.)"<br>
    <br>
Having found this to be the case I have folllowed their instructions<br>
thus far:<br>
    <br>
"* Download the newest source tarball from <a moz-do-not-send="true"
 href="http://ftp.indexdata.dk/pub/yaz" target="_blank">ftp.indexdata.dk/pub/yaz</a>
and<br>
untar it.<br>
* Install fakeroot and debhelper with apt-get<br>
* cd into the untarred directory, and run "dpkg-buildpackage -rfakeroot
-b"<br>
* It will probably give you a list of dependent packages that are<br>
missing. Install them with apt-get, and repeat the last step."<br>
    <br>
I do not get a list of missing dependent packages. What I get at this<br>
point is:<br>
    <br>
dpkg-buildpackage: set CPPFLAGS to default value:<br>
dpkg-buildpackage: set CFLAGS to default value: -g -O2<br>
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2<br>
dpkg-buildpackage: set FFLAGS to default value: -g -O2<br>
dpkg-buildpackage: set LDFLAGS to default value:
-Wl,-Bsymbolic-functions<br>
tail: cannot open `debian/changelog' for reading: No such file or
directory<br>
dpkg-buildpackage: failure: tail of debian/changelog gave error exit<br>
status 1<br>
    <br>
and I can go no further. Does anyone know what I need to do?<br>
    <br>
Paul<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
_______________________________________________<br>
Koha mailing list<br>
    <a moz-do-not-send="true" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
    <a moz-do-not-send="true"
 href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Ryan Higgins<br>
  <br>
LibLime * Open-Source Solutions for Libraries<br>
Featuring KohaZOOM ILS<br>
888-564-2457 x704
</blockquote>
<br>
</body>
</html>