Results 1 to 1 of 1
There are several threads floating around relating to Koha and Ubuntu, and I think I've read just about all of them and can't get an answer to my question. I ...
- 02-11-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 4
Koha 3.0: Error in Zebra Installation
There are several threads floating around relating to Koha and Ubuntu, and I think I've read just about all of them and can't get an answer to my question. I posted something as well on the ubuntu forums, so I'm hoping that I should get a response somewhere!
In short form, I need to install Zebra to get Koha 3.0 to work. I followed the following instructions taken from Zebra's Ubuntu installation page:
I get as far as apt-get build-dep idzebra-2.0 and I get this error message:These Zebra packages are specifically compiled for GNU/Debian Linux systems. Installation on other GNU/Debian systems is possible by re-compilation the Debian way: you need to add only the deb-src sources lines to the /etc/apt/sources.list configuration file, that is either the Sarge sources
or the Etch sourcesCode:deb-src http://ftp.indexdata.dk/debian sarge main
After refreshing the package cache with the commandCode:deb-src http://ftp.indexdata.dk/debian etch main
as root, the Zebra indexer is recompiled and installed issuingCode:apt-get update apt-get build-dep idzebra-2.0
as normal user. The compiled GNU/Debian packages can then be installed as root issuingCode:fakeroot apt-get source --compile idzebra-2.0
Code:dpkg -i install idzebra-2.0*.deb libidzebra-2.0*.deb
If I can't get it with apt-get (can I?), how should I go about finding the program/source? I have a feeling I'm going to have to get the source and compile it against my machine . . . which I've never done before. I'm glad there's a ton of documentation out there!Code:root@chris-desktop:~# apt-get build-dep idzebra-2.0 Reading package lists... Done Building dependency tree Reading state information... Done E: Could not open file /var/lib/apt/lists/ftp.indexdata.dk_debian_dists_indexdata_sarge_released_source_Sources - open (2 No such file or directory) root@chris-desktop:~#
Thanks for the help


Reply With Quote