From 9493e1f6267e05b962e91614976eba32fcf019c7 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 8 Jul 2008 20:21:08 -0500 Subject: [PATCH] adding warnings for CGI::Session --- INSTALL | 22 +++++++++++++++------- INSTALL.debian | 14 +++++++++++--- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index b1cf951087..604c22f2c9 100644 --- a/INSTALL +++ b/INSTALL @@ -16,13 +16,10 @@ how to customise CPAN-installed modules, the same things should work for you with Koha. If not, don't worry. If you want to customise the installation more than described below, run "man ExtUtils::MakeMaker" -You need to have a server running Perl 5.8 (a library Koha depends on, -MARC::File::XML may not work with Perl 5.10, see: -http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309), -MySQL 5 or PostgreSQL 8.2.5, Zebra +You need to have a server running Perl 5.8, MySQL 5 or PostgreSQL 8.2.5, Zebra 2.0.22 or greater and a webserver (preferably Apache2) before installing Koha. - + MySQL 5: Create a database called 'koha,' owned by 'kohaadmin' user, with a password set. Note: kohaadmin must have at least the following privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, @@ -30,12 +27,23 @@ ALTER, and LOCK TABLES. PostgreSQL 8.2.5: Create a database called 'koha,' owned by 'kohaadmin' user, with a password set. Note: kohaadmin must be a superuser. You -must also add plpgsql to the koha database. +must also add plpgsql to the koha database. NOTE: PostgreSQL support in +Koha is experimental and should not be attempted for production systems +without a heavy investment in testing Default installation instructions: 1. perl Makefile.PL - (you will be prompted to answer a number of questions) + (you will be prompted to answer a number of questions and you will + need to install some Perl dependencies) + WARNING: + 1.1 A Perl library Koha depends on, MARC::File::XML may not work with Perl + 5.10, see: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309), + + 1.2 recent versions of CGI::Session have caused some issues for users; + as of this release date, we suggest downloading the CGI::Session::serialize::yaml + tarball direct from CPAN and install it directly rather than using the cpan command + 2. make 3.(optional) make test 4. sudo make install diff --git a/INSTALL.debian b/INSTALL.debian index c6e20032fd..40d64fcc67 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -112,9 +112,17 @@ Run the following command: PDF::Reuse PDF::Reuse::Barcode Data::ICal GD::Barcode::UPCE \ XML::RSS Algorithm::CheckDigits::M43_001 Biblio::EndnoteStyle POE Schedule::At -There is a known but benign error in the test case for Barcode::Code128, -which is required by PDF::Reuse::Barcode. If this module is not installed, -you can do a forced installation of Barcode::Code128. + WARNINGS: + 1.6.1 A Perl library Koha depends on, MARC::File::XML may not work with Perl + 5.10, see: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309), + + 1.6.2 Recent versions of CGI::Session have caused some issues for users; + as of this release date, we suggest downloading the CGI::Session::serialize::yaml + tarball direct from CPAN and install it directly rather than using the cpan command + + 1.6.3 There is a known but benign error in the test case for Barcode::Code128, + which is required by PDF::Reuse::Barcode. If this module is not installed, + you can do a forced installation of Barcode::Code128. Note: you may need to run CPAN initialization if you've not run cpan before: -- 2.39.5