On 13/3/09 08:43, Steve Hay wrote:
> Philippe M. Chiasson wrote:
>> The mod_perl 1.31 release candidate 5 is ready. It can be downloaded
>> here: 
>>
>> http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc5.tar.gz
>>
> 
> I have the same initial problem as Rainer regarding all those .* files:

Unfortunate side effect of running 'make dist' on a Mac, grr.

As a note, on tiger, you want to have

export COPY_EXTENDED_ATTRIBUTES_DISABLE=true

in your startup scripts somewhere so tar doesn't do that.

On Leopard, it's now

export COPYFILE_DISABLE=true

I'll make an RC6 that is exactly what's in RC5 except for those pesky resource 
forks.

Sorry about that!

> nmake -f Makefile all -nologo APACHE_SRC="C:/apache1" DEFINE=""
> cp Apache.pm ..\blib\lib\Apache.pm
> cp ._Apache.pm ..\blib\lib\._Apache.pm
> C:\apache1\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib"
> ._Makefile.PL ._Makefile
> Unrecognized character \x05 in column 2 at ._Makefile.PL line 1.
> NMAKE : fatal error U1077: 'C:\apache1\perl\bin\perl.exe' : return code
> '0x9'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
> Studio\VC98\Bin\NMAKE.EXE"' : return code '0x2'
> Stop.
> 
> After removing them all, it all builds and tests okay on WinXP using
> VC6. I tested against apache-1.3.41 and perl-5.10.0, and I tried two
> configurations of perl:
> 
> 1. default options (which has USE_MULTI, USE_ITHREADS and USE_IMP_SYS
> all switched on).
> 2. USE_MULTI, USE_ITHREADS and USE_IMP_SYS all switched off.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
> For additional commands, e-mail: dev-h...@perl.apache.org
> 
> 


-- 
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to