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

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1


>>>>> On Mon, 24 Dec 2007 15:07:20 -0800, "Philippe M. Chiasson" <suppressed> said:

 >> I then changed directory to apache.../src/modules/perl/ and did a
 >> 'make libperl.a', which did compile one for me. Then I switched back
 >> to mod_perl directory and retried a 'make' and indeed this finished
 >> without error.

  > Most likely caused by not having done

  > $> make clean

  > before trying again. When not doing that, src/modules/perl under apache/src
  > will not be correctly re-generated.

Nope, it's really some fight between Linux and Cygwin for the right of
way. I can make it work with this one line change but I don't know how
much of your expectations are undermined by it:

--- apaci/Makefile.tmpl~        2007-12-25 05:28:23.448665692 +0100
+++ apaci/Makefile.tmpl 2007-12-25 05:28:36.567058818 +0100
@@ -37,7 +37,7 @@
 ##
 
 #   the library to build
-MP_LIB=libperl.$(MP_LIBEXT)
+MP_LIB=libperl.$(LIBEXT)
 
 #   the objects to use
 MP_OBJS=\


Makes any sense?

-- 
andreas


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.