Hi,

I have tried to install it, using:

# perl Makefile.pl
# make

After this step, it gave the following error:

modperl_filter.c: In function `modperl_brigade_dump':
modperl_filter.c:1253: internal error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [modperl_filter.lo] Error 1
make: *** [modperl_lib] Error 2


I have also tried yesterday to install libapreq2-2.05, but after "make test"
it gave some errors I have reported to libapreq dev list.

What could be the problem?

Thank you.

Teddy

----- Original Message ----- 
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: "mod_perl Mailing List" <modperl@perl.apache.org>; "announce"
<announce@perl.apache.org>
Sent: Wednesday, May 04, 2005 9:26 AM
Subject: [ANNOUNCE] mod_perl 2.0.0-RC6


>
> #* If everything goes well with this release it'll probably be the last RC
> and a week or so from now, we will get the 2.0.0 out. So this is your last
> chance to affect the new API, since after 2.0.0 release backwards
> incompatible API changes will not happen. Thank you for your testing and
> support. *#
>
> ...and now back to the scheduled programming
>
> The uploaded file
>
>      mod_perl-2.0.0-RC6.tar.gz
>
> has entered CPAN as
>
>    file: $CPAN/authors/id/S/ST/STAS/mod_perl-2.0.0-RC6.tar.gz
>    size: 1435432 bytes
>     md5: 3e7f7aefb19c772a998802990ced15c0
>
> Please notice that something is wrong with the PAUSE/CPAN indexer, so you
> will not see the new package in the CPAN shell and friends, until Andreas
> fixes the problem.
>
> The package is also available from:
>
>      http://apache.org/dist/perl/mod_perl-2.0.0-RC6.tar.gz
>      http://apache.org/dist/perl/mod_perl-2.0.0-RC6.tar.gz.asc (pgp sig)
>
> Changes since RC5:
>
> fix Apache2::Build::dynamic_link_MSWin32 to generate a new line after
> dynamic_link code in Makefile [Nick *** <[EMAIL PROTECTED]>]
>
> fix a warning in Apache2::Build::build_config() when building
> with MP_STATIC_EXTS=1 [Nick *** <[EMAIL PROTECTED]>]
>
> improving DSO support on cygwin. The problem with cygwin is that it
> behaves like windows (it's a posix layer over windows after
> all). That's why we need to supply all symbols during linking time
> just like on win32, by adding -lapr-0 -laprutil-0 and -lhttpd. On
> windows, Apache supplies all the three libraries and it's easy to
> link, but on cygwin apache doesn't play nice and doesn't supply
> libhttpd. This change adds libapr and libaprutil. [Nick ***
> <[EMAIL PROTECTED]>]
>
> improve the diagnostics when detecting mp2 < 1.999022, tell the user
> which files and/or dirs need to be removed [Stas]
>
> restore the DESTDIR support partially nuked by the apache2 rename
> branch [Torsten FÃrtsch <torsten.foertsch gmx.net>]
>
> add APR::Status to provide functions corresponding to the
> APR_STATUS_IS_* macros of apr_errno.h, especially those composites
> like APR_STATUS_IS_EAGAIN(s) which are satisfied by more than one
> specific error condition. Presently only APR_STATUS_IS_EAGAIN is
> provided [Randy Kobes]
>
> fix the generation of the manpages for .pm files from sub-projects
> like ModPerl-Registry (previously was creating manpage files like
> .::ModPerl::PerlRun.3) [Stas]
>
> fix the pod2man'ification part of 'make install' (using POD2MAN_EXE
> instead of POD2MAN Makefile macro) [Stas]
>
> -- 
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to