koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha installer.pl,1.2.2.30,1.2.2.31


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.30,1.2.2.31
Date: Tue, 25 Jun 2002 12:04:13 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv26894

Modified Files:
      Tag: rel-1-2
        installer.pl 
Log Message:
Checks for Net::Z3950 module and warns if it is missing.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.30
retrieving revision 1.2.2.31
diff -C2 -r1.2.2.30 -r1.2.2.31
*** installer.pl        25 Jun 2002 18:54:11 -0000      1.2.2.30
--- installer.pl        25 Jun 2002 19:04:09 -0000      1.2.2.31
***************
*** 63,67 ****
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
  unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
! #unless (eval {require Net::Z3950})        { push @missing,"Net::Z3950" };
  
  #
--- 63,81 ----
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
  unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
! unless (eval {require Net::Z3950})        { 
!     print qq|
! 
! The Net::Z3950 module is missing.  This module is necessary if you want to use
! Koha's Z39.50 client to download bibliographic records from other libraries.
! To install this module, you will need the yaz client installed from
! http://www.indexdata.dk/yaz/ and then you can install the perl module with the
! command:
! 
! perl -MCPAN -e 'install Net::Z3950'
! 
! Press the <ENTER> key to continue:
! |;
!     <STDIN>;
! }
  
  #
***************
*** 376,380 ****
        print "  Loading includes_module in httpd.conf\n";
      }
!     if (/\s*LoadModule includes_module ) {
        $includesmodule=1;
      }
--- 390,394 ----
        print "  Loading includes_module in httpd.conf\n";
      }
!     if (/\s*LoadModule includes_module / ) {
        $includesmodule=1;
      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]