Koha Installation problem & YAZ version issue
Dear All, When I execute the command : sh perl-modules-install from the installation document : http://wiki.koha-community.org/wiki/Koha_3.6_on_Centos_6.2_i386#Install_Cent... It is showing me the error message. ---------------------------------------------------------- CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.30.tar.gz *** ERROR! ZOOM-Perl requires at least version 4.0.0 of YAZ, but you only have version 3.0.49. Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site] MIRK/Net-Z3950-ZOOM-1.30.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install [root@localhost koha-3.14.04]# ---------------------------------------------------- for that I have also download yaz-4.0.9.tar.gz and install on / but still it's showing the older version. Also one more thing while installing koha [root@localhost /]# cd koha-3.14.04/ [root@localhost koha-3.14.04]# koha bash: koha: command not found [root@localhost koha-3.14.04]# We are using CentOs6.5 - 32-bit Thanks & Regards, *Bhavesh R. Patel * - www.bhaveshpatel.info - www.onlinequizportal.com - www.hindisuvichar.com "Never leave till tomorrow which you can do today" *Please consider the environment before printing this e-mail.*
Bhavesh Patel wrote:
for that I have also download yaz-4.0.9.tar.gz and install on / but still it's showing the older version.
The previous installation (from a package?) is probably installed in a place that is checked before wherever your 4.0.9 was installed (maybe /usr/local ?). I would try: 1. install yaz 4 from a package (might be one available from indexdata.dk) or 2. uninstall yaz 3 or 3. find and fix whatever paths are used for searching (not sure how). Please update the wiki page if you figure out the solution. The instructions shown there are probably for older versions of things. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op http://koha-community.org supporter, web and library systems developer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire (including development) at http://www.software.coop/
participants (2)
-
Bhavesh Patel -
MJ Ray