Hello, I have found one problem with the rc5 tar ball: This tar ball contains mac ._XXX files. This files causes the build to fail on UNIX.
... cp Apache.pm ../blib/lib/Apache.pm cp ._Apache.pm ../blib/lib/._Apache.pm Manifying ../blib/man3/Apache.3 /usr/local/bin/perl5.8.9_32 "-I../blib/arch" "-I../blib/lib" ._Makefile.PL ._Makefile Unrecognized character \x05 in column 2 at ._Makefile.PL line 1. make: 1254-004 The error code from the last command is 255. Stop. gmake: *** [subdirs] Error 2 Is there a specific reason why this files are included in the tar ball ?? The build went well after I have removed all MAC related ._XX files. Looks good on AIX 5.3 / Apache 1.3.41. Bye Rainer 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 > > MD5(mod_perl-1.31-rc5.tar.gz)= 68dafd0a864603bd977739b06b56954a > SHA1(mod_perl-1.31-rc5.tar.gz)= 2b4e24673ca6e1387dbc2f86faf84f63e8bb298c > > Please give it a spin in your favorite configuration and report > any problems. Especially needed against Perl-5.10 and on Windows. > > The summary of what has changed since 1.30 are (from Changes): > > On Win32, mod_perl.h needs to include <malloc.h> before the perl > headers, at least when built with USE_ITHREADS > [Steve Hay] > > Win32 needs PERL_SYS_INIT/PERL_SYS_TERM calls when built with > USE_ITHREADS [sic--that's different to USE_THREADS]. In fact, > they ought to be always called if they are defined > [Steve Hay] > > Fix potential segfault when the environment contains > NULL values [Mike Schilli] > > Fix static APACI build against newer apache-1.3.38+ > [Gozer] > > Fixed modules/regex.t test 4 on Win32 > [Steve Hay] > > Avoid possible segfault when PerlFreshRestart is On. > [Michael Rendell <mich...@cs.mun.ca>] > > Prevent segfault when running with perl >= 5.9.3 > [Steve Hay] > > Fix shared libary extensions on Win32 to be .dll not .so > [Nikolay Ananiev <anan...@thegdb.com>] > > Patch to mod_perl.dsp to remove /D _WINSOCK2API_ on Win32 > for perl >= 5.8.6 [Steve Hay] > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org