[Koha-cvs] CVS: koha/misc Install.pm,1.32,1.33

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 18 12:34:40 CET 2003


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

Modified Files:
	Install.pm 
Log Message:
fix bug #205

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Install.pm	16 Mar 2003 22:30:08 -0000	1.32
--- Install.pm	18 Mar 2003 11:34:38 -0000	1.33
***************
*** 147,152 ****
  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: |;	#'
--- 147,155 ----
  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:
!     'DEFINE' => '-D_GNU_SOURCE',
! Also note that some installations of Perl on Red Hat will generate a lot of
! "'my_perl' undeclared" errors when running make in Net-Z3950.  This is fixed by
! inserting the following line in yazwrap/ywpriv.h :
!    #include "XSUB.h"
  
  Press the <ENTER> key to continue: |;	#'





More information about the Koha-cvs mailing list