From 91a8537f28e5f1d297e832dcd70a77807a929730 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 18 Mar 2003 11:34:38 +0000 Subject: [PATCH] fix bug #205 --- misc/Install.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/Install.pm b/misc/Install.pm index 7a7b2588c9..40b6af800a 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -146,8 +146,11 @@ 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', - + '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 key to continue: |; #' -- 2.39.5