X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=README;h=93d10aa50a1f3a054ed77e90095de454ec98669d;hp=b28e0dc0f6e3066a7fc16065f8c2c821736eb3a9;hb=424768b20deaa345499363cc5050a77ce654c324;hpb=49297a9db3e8aeae3a95efb21238c0252afc2455 diff --git a/README b/README index b28e0dc..93d10aa 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README,v 1.6 2007-04-18 15:22:48 mike Exp $ - ZOOM::IRSpy =========== @@ -20,7 +18,7 @@ package store, using apt-get: sudo apt-get install \ libnet-z3950-zoom-perl \ - libxml-libxml-common-perl \ + libxml-libxml-perl \ liburi-perl \ libxml-libxml-perl \ libapache2-mod-perl2 \ @@ -33,8 +31,12 @@ sudo apt-get install \ you may need one of the following packages for development: sudo apt-get install \ - make perl-doc + make perl-doc libxml2-utils tidy yaz libyaz4-dev + +and may enable mod_apreq: sudo a2enmod apreq +Note: mod_perl works only safe without threads. Please use the non-threaded +debian package: sudo apt-get install apache2-mpm-prefork To install this module type the following: @@ -49,11 +51,11 @@ DEPENDENCIES This module requires these other modules and libraries, in addition to those specified in Makefile.PL: - Zebra, release 1.4.0 or later: see http://indexdata.com/zebra/ + Zebra, release 2.0 or later: see http://www.indexdata.com/zebra/ COPYRIGHT AND LICENCE -Copyright (C) 2006 by Index Data ApS. +Copyright (C) 2006-2010 by Index Data ApS. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or,