On Fri, 26 Jan 2001, Ken Williams wrote:
 
> That doesn't seem to do it for me, I still get the same error and it
> craps out halfway through building Apache.c.

looking closer at your error messages, seems what i saw is different from
your problem.  the line that your make is crapping out on hasn't changed
for years, only suspect is the PERL5LIB that is now being passed around.
does this patch help at all?
and, any difference if you add USE_APACI=1 to Makefile.PL args?
i also just noticed you're using 5.004_04, i'll see if i can reproduce
with that.

Index: src/modules/perl/Makefile
===================================================================
RCS file: /home/cvs/modperl/src/modules/perl/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- src/modules/perl/Makefile   2001/01/26 16:42:49     1.13
+++ src/modules/perl/Makefile   2001/01/29 17:19:57
@@ -129,7 +129,7 @@
        $(XS_INIT) 
 
 .xs.c:
-       $(PERL) $(PRIVLIB)/ExtUtils/xsubpp -typemap $(PRIVLIB)/ExtUtils/typemap $*.xs 
> $@
+       PERL5LIB="" $(PERL) $(PRIVLIB)/ExtUtils/xsubpp -typemap 
+$(PRIVLIB)/ExtUtils/typemap $*.xs > $@
 
 PERLSRC=mod_perl_opmask.c mod_perl.c perlxsi.c perl_config.c perl_util.c perlio.c 
$(STATIC_SRC)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to