koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc Install.pm,1.28,1.29


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.28,1.29
Date: Tue, 04 Feb 2003 07:12:15 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv27206/misc

Modified Files:
        Install.pm 
Log Message:
including zh_TW as languages during install.

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Install.pm  4 Feb 2003 06:22:19 -0000       1.28
--- Install.pm  4 Feb 2003 15:12:12 -0000       1.29
***************
*** 145,148 ****
--- 145,153 ----
  perl -MCPAN -e 'install Net::Z3950'
  
+ IMPORTANT NOTE : If you use PERL5.8.0 (RedHat 8.0 or Mandrake 9.x), you MUST 
install 
+ manually the Net::Z3950 and edit Makefile.PL and yazwrap/Makefile.PL to 
include:
+     'DEFINES' => '-D_GNU_SOURCE',
+ 
+ 
  Press the <ENTER> key to continue: |; #'
  
***************
*** 631,635 ****
      unless (eval {require DBD::mysql})       { push @missing,"DBD::mysql" };
      unless (eval {require HTML::Template})   { push @missing,"HTML::Template" 
};
!     unless (eval {require Set::Scalar})      { push @missing,"Set::Scalar" };
      unless (eval {require Digest::MD5})      { push @missing,"Digest::MD5" };
      unless (eval {require MARC::Record})     { push @missing,"MARC::Record" };
--- 636,640 ----
      unless (eval {require DBD::mysql})       { push @missing,"DBD::mysql" };
      unless (eval {require HTML::Template})   { push @missing,"HTML::Template" 
};
! #    unless (eval {require Set::Scalar})      { push @missing,"Set::Scalar" };
      unless (eval {require Digest::MD5})      { push @missing,"Digest::MD5" };
      unless (eval {require MARC::Record})     { push @missing,"MARC::Record" };
***************
*** 1316,1321 ****
      system("touch $opacdir/cgi-bin/opac");
  
!     system("chown -R root:$httpduser $opacdir");
!     system("chown -R root:$httpduser $intranetdir");
  
      # Create /etc/koha.conf
--- 1321,1326 ----
      system("touch $opacdir/cgi-bin/opac");
  
!     system("chown -R $httpduser:$httpduser $opacdir");
!     system("chown -R $httpduser:$httpduser $intranetdir");
  
      # Create /etc/koha.conf
***************
*** 1526,1537 ****
  $messages->{'Language'}->{en} = heading('CHOOSE LANGUAGES') . qq|
  This version of koha supports a few languages.
! Enter your language preference : either en, fr, es or pl.
  
  Note that the en is always choosen when the system does not finds the
  language you choose in a specific screen.
  
! fr : OPAC is translated (except pictures)
  es : a few intranet is translated (including pictures)
! pl : OPAC is translated (UNTESTED in this release)
  
  Whether you specify a language here, you can always go to the
--- 1531,1543 ----
  $messages->{'Language'}->{en} = heading('CHOOSE LANGUAGES') . qq|
  This version of koha supports a few languages.
! Enter your language preference : either en, fr, es, pl or zh_TW
  
  Note that the en is always choosen when the system does not finds the
  language you choose in a specific screen.
  
! fr : all is translated (except pictures)
  es : a few intranet is translated (including pictures)
! pl : OPAC and a few intranet is translated
! zh_TW : partial translation
  
  Whether you specify a language here, you can always go to the




reply via email to

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