[Kete] have issue with zebra kete 1.2

Andy Robertson andrew.robertson at natlib.govt.nz
Thu Mar 11 13:14:35 NZDT 2010


Hi,

You didn't mention if you found precompiled binaries or if you compiled from source ?  

Also are the libxslt libxslt-devel yast packages on your machine, my first impression when you emailed the list was that the install using the suse yast facility was good apart from you were missing these support libaries.  

If you compile from source then heres my notes on installing yaz and zebra.

I use version idzebra-2.0.36 and yaz-3.0.45. 

download yaz and zebra
wget http://ftp.indexdata.dk/pub/yaz/yaz-3.0.45.tar.gz
wget http://ftp.indexdata.dk/pub/zebra/idzebra-2.0.36.tar.gz

You need to install yaz first.   Uncompress and untar them into a temporary work directory.  We'll install them into /usr/local/ as this is where the config files in the kete install looks for the libraries.

gtar xvzf yaz-3.0.45.tar.gz
cd yaz-3.0.45

 ./configure --prefix=/usr/local --disable-static
make
make install


gtar xvzf idzebra-2.0.36.tar.gz
cd idzebra-2.0.36

./configure --prefix=/usr/local --with-yaz=/usr/local/bin --disable-static
make
make install

 




More information about the Kete mailing list