[Koha] Install Solutions

Joshua Ferraro jferraro at alma.athenscounty.lib.oh.us
Wed Jul 30 14:28:26 NZST 2003


Hi everyone,

I just thought it would be useful to post the solutions to some problems I had while installing 2.0.0pre2.  I'm running a barebones Debian 2.4 stable (woody) installation.


1. Dependency problems:
Can't get Event or Net::Z3950 to install

Event error:
Event.xs:97: poll.h: No such file or directory
In file included from Event.xs:279:
c/signal.c:2: signal.h: No such file or directory
make: *** [Event.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

So...it's looking for some c header files that are in libc6-dev
#apt-get install libc6-dev

Net::Z3950 error:

ERROR: Unable to call script 'yaz-config': is YAZ installed? at Makefile.PL
+line 6.
Running make test
Make had some problems, maybe interrupted? Won't test
 Running make install
   Make had some problems, maybe interrupted? Won't install

So...yaz was installed but the devel yaz wasn't

btw...if you're using debian you can grab yaz by adding

deb http://www.indexdata.dk/debian indexdata/woody released
deb-src http://www.indexdata.dk/debian indexdata/woody released

to your /etc/apt/sources.list

apt-get update
apt-get install yaz
apt-get install libyaz-dev

Net::Z3950 installed with no problems after that.

2. apache configuration
Ok...this is pretty simple.  I had to add
Include /etc/koha-httpd.conf
to the bottom of the /etc/apache/httpd.conf file
and I had to uncoment the env_module in the LoadModules section of /etc/apache/h
ttpd.conf

Hope that's helpful,

Joshua
  




More information about the Koha mailing list