Hi Tony, To install Koha 3.0.1 on Centos 5.2, you can mostly follow the installation guide for Fedora 7 (INSTALL.fedora7 in koha tarball). Yet you'll need to adapt it slightly, especially because not all packages are available in CentOS repository. Add rpmforge yum repository [See http://www.ultranetsolutions.com/CentOS-5-install-rpmforge-yum-repo.html Or http://wiki.centos.org/AdditionalResources/Repositories/RPMForge ] The most tedious part is installation of Perl required packages. When it fails to install using cpan you can try to install the rpm instead. Make sure to install perl-XML-SAX-Expat as there is an issue with perl-XML-SAX with wide characters I installed successfully idzebra 2.0-2.0.32 and yaz 3.0.32-1 from http://ftp.indexdata.dk/pub/zebra/redhat/fc6/ and http://ftp.indexdata.dk/pub/yaz/redhat/fc6/ At the end of installation, you need to create a symbolic link from /usr/bin/zebraidx to /usr/bin/zebraidx-2.0 and from /usr/bin/zebrasrv to /usr/bin/zebrasrv-2.0 and to install daemon (http://libslack.org/daemon/). Otherwise you won't be able to use the start/stop scripts installed in /usr/share/koha/bin. Add the following two comment lines to koha-zebra-ctl.sh (after #!/bin/bash) # chkconfig: 12345 98 02 # description: Zebrasvr provides search service to koha And the following to koha-zebraqueue-ctl.sh # chkconfig: 12345 99 01 # description: Zebraqueue process the biblio & authorities to be indexed And create two symbolic links /etc/init.d/koha-zebra-daemon -> /usr/share/koha/bin/koha-zebra-ctl.sh /etc/init.d/koha-zebraqueue-daemon -> /usr/share/koha/bin/koha-zebraqueue-ctl.sh This way you can add the two start/stop scripts as services chkconfig --add koha-zebra-daemon chkconfig --add koha-zebraqueue-daemon Regards Franck -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of ahtshun83 Sent: 04 May 2009 19:04 To: koha@lists.katipo.co.nz Subject: [Koha] Koha on CentOS 5.2 Hi all, anyone has successfully install Koha V3 on CentOS 5.2? can someone provide me an installation guide? I found this guide but not sure whether apply to CentOS 5.2 http://wiki.koha.org/doku.php?id=fc4 http://www.len.ro/2008/06/koha-3-beta-2/ pls help!! thank in advanced!! -- View this message in context: http://www.nabble.com/Koha-on-CentOS-5.2-tp23364598p23364598.html Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha