Haroon Rafique wrote:
system details are posted as cut-and-paste from t/REPORT output at the end of the email.

Background:

1. make test passes 100% with 1.99_08
2. make test fails to start the webservers with 1.99_09
3. make test fails to start the webservers with 1.99_10-dev (cvs)

Right, the new feature was introduced in 1.99_09


In the case of 1.99_09, following happens after running "make test"

[Mon Jun 02 15:55:16 2003] [error] Invalid CODE attribute: TestFilter::out_init_basic at /home/haroon/src/build/mod_perl-1.99_09/t/filter/TestFilter/out_init_basic.pm line 33
BEGIN failed--compilation aborted at /home/haroon/src/build/mod_perl-1.99_09/t/filter/TestFilter/out_init_basic.pm line 33.
Compilation failed in require at (eval 21) line 3.

I hate when this happens :( I remember seeing this problem at some point, but I wasn't able to reproduce it since then. I have exactly the same perl build as in your report. The only difference is that I've built it with: -Doptimize='-g'. I'm not sure if it'd make any difference. But can you try building a custom perl using -Doptimize='-g' and all the options that you had:


config_args='-des -Doptimize=-O2 -march=i386 -mcpu=i686 -Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr'

and give it another try?


Anybody else sees this problem?

Another difference from perl -v is
-    libc=/lib/libc-2.2.92.so, so=so, useshrplib=true, libperl=libperl.so
-    gnulibc_version='2.2.92'
+    libc=/lib/libc-2.2.5.so, so=so, useshrplib=true, libperl=libperl.so
+    gnulibc_version='2.2.5'

but I doubt this has anything to do with it.

__________________________________________________________________
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