[Koha-cvs] CVS: koha/misc Install.pm,1.65,1.66

MJ Ray slef at users.sourceforge.net
Mon Nov 10 18:02:02 CET 2003


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

Modified Files:
	Install.pm 
Log Message:
Updated text after user testing

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** Install.pm	5 Nov 2003 23:31:10 -0000	1.65
--- Install.pm	10 Nov 2003 17:02:00 -0000	1.66
***************
*** 203,209 ****
  
  $messages->{'MissingPerlModules'}->{en} = heading('MISSING PERL MODULES') . qq|
! You are missing some Perl modules which are required by Koha.
! Once these modules have been installed, rerun this installer.
! They may be installed by running (as root) the following:
  
  %s
--- 203,209 ----
  
  $messages->{'MissingPerlModules'}->{en} = heading('MISSING PERL MODULES') . qq|
! You are missing some Perl modules required by Koha.
! Please run this again after installing them.
! They may be installed by finding packages from your operating system supplier, or running (as root) the following commands:
  
  %s
***************
*** 212,216 ****
  $messages->{'AllPerlModulesInstalled'}->{en} =
     heading('PERL MODULES AVAILABLE') . qq|
! All mandatory perl modules are installed.
  
  Press <ENTER> to continue: |;
--- 212,216 ----
  $messages->{'AllPerlModulesInstalled'}->{en} =
     heading('PERL MODULES AVAILABLE') . qq|
! All required perl modules are installed.
  
  Press <ENTER> to continue: |;
***************
*** 980,984 ****
  
  $messages->{'WhereIsMySQL'}->{en} = heading('MYSQL LOCATION').qq|
! Koha can't find MySQL. If you compiled mysql yourself,
  please give the value of --prefix when you ran configure.
  The file mysqladmin should be in bin/mysqladmin under the directory that you give here.
--- 980,985 ----
  
  $messages->{'WhereIsMySQL'}->{en} = heading('MYSQL LOCATION').qq|
! Koha can't find the MySQL command-line tools. If you installed a MySQL package, you may need to install an additional package containing mysqladmin.
! If you compiled mysql yourself,
  please give the value of --prefix when you ran configure.
  The file mysqladmin should be in bin/mysqladmin under the directory that you give here.





More information about the Koha-cvs mailing list