Hello, We are a public library looking into the use of Koha with an eye towards possibly receiving a grant to do some further research. I am trying to install KOHA use the pel installer and having problems with the dependencies. Specifically, when I try to install Zoom perl module I receive the following error: *** ERROR! ZOOM-Perl requires at least version 2.1.50 of YAZ, but is currently you only have version 2.0.30. I have done the apt-get install libyaz-dev and did add the following into the apt configure file: # for Yaz Toolkit deb http://ftp.indexdata.dk/debian indexdata/sarge released deb-src http://ftp.indexdata.dk/debian indexdata/sarge released I actually think the issue is that I am trying to install on an Alpha server and I need alpha packages. I believe the ftp.indexdata.dk/debian only has the i386 packages. Could somebody verify if this is correct and possibly point me into the right direction? Thanks! Shawn Romine Library Computer Support Tech Douglas County Library System 1409 NE Diamond Lake Blvd. Roseburg, OR 97470 541-440-4228 phone 541-957-7798 fax seromine@co.douglas.or.us <mailto:seromine@co.douglas.or.us>
On Fri, Mar 16, 2007 at 11:53:01AM -0700, Shawn E. Romine said:
Hello,
I actually think the issue is that I am trying to install on an Alpha server and I need alpha packages. I believe the ftp.indexdata.dk/debian only has the i386 packages. Could somebody verify if this is correct and possibly point me into the right direction?
Hi Shawn You are bang on, ive had this problem with with 64 bit computers too. Easiest thing to do is grab the source and build a debian package from it. Its all set up to do that you just cd to the untarred directory and run sudo dpkg-buildpackage -b Chris -- Chris Cormack Programmer 027 4500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
Chris Cormack <chris@katipo.co.nz> writes:
I actually think the issue is that I am trying to install on an Alpha server and I need alpha packages. I believe the ftp.indexdata.dk/debian only has the i386 packages. Could somebody verify if this is correct and possibly point me into the right direction?
You are bang on, ive had this problem with with 64 bit computers too. Easiest thing to do is grab the source and build a debian package from it. Its all set up to do that you just cd to the untarred directory and run sudo dpkg-buildpackage -b
I'm in the same situation at the moment with a PowerPC, and need a bit more guidance. I downloaded yaz_2.1.8-1.tar.gz from http://ftp.indexdata.dk/pub/yaz/debian/sarge to the "root" directory, unpacked it, changed to the directory "yaz-2.1.8" and typed "dpkg-buildpackage -b" (I was logged in as root from the beginning. The result was: ----- dpkg-buildpackage: source package is yaz dpkg-buildpackage: source version is 2.1.8-1 dpkg-buildpackage: source maintainer is Adam Dickmeiss <adam@indexdata.dk> dpkg-buildpackage: host architecture is powerpc dpkg-checkbuilddeps: Unmet build dependencies: docbook-utils docbook docbook-xml docbook-dsssl jade jadetex libxml2-dev libssl-dev libreadline4-dev libwrap0-dev dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: (Use -d flag to override.) ----- do I need to look for a different place for the source, or is there somethine else I'm missing that needs to be installed to meet these dependencies? Any help would be greatly appreciated.
Lawrence, You just need to install those dependencies listed first (with apt-get) and then try dpkg-buildpackage again. Lawrence Bean wrote:
dpkg-checkbuilddeps: Unmet build dependencies: docbook-utils docbook docbook-xml docbook-dsssl jade jadetex libxml2-dev libssl-dev libreadline4-dev libwrap0-dev
cheers, Cindy -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cindy Murdock Network Administrator Meadville Public Library | CCFLS http://meadvillelibrary.org | http://ccfls.org
participants (4)
-
Chris Cormack -
Cindy Murdock -
Lawrence Bean -
Shawn E. Romine