Beau E. Cox wrote:
On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote:

Beau E. Cox wrote:

-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

When I do a modperl 'make test' and have Embperl enabled, the
test does not start:

console log:
...
waiting 120 seconds for server to start: .Syntax error on line 48
of /home/test/httpd/2.1/src/modperl2/modperl-2.0/t/conf/httpd.conf:
Cannot
load
/home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-mul
ti/auto/Embperl/Embperl.so into
server:
/home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-mul
ti/auto/Embperl/Embperl.so: undefined symbol: Perl_gv_stashpv
[...]
Swaping the modules doesn't help. Investigating further.

Please show us the output of:


ldd /home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-multi/auto/Embperl/Embperl.so

NOW, if I skip the test and install modperl, the server WORKS.

BUT, using a continuation line in my httpd.conf as such:
...
LoadModule embperl_module \
"/home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-mu
lti/auto/Embperl/Embperl.so" ...

'make test' does NOT try to include Embperl.so in t/conf/httpd.conf, and
the tests run FINE.

I guess Apache::Test cannot parse httpd.conf continuation syntax.

Probably. Patches to fix that are welcome, Beau.


But if I fix that, I negate my current work-around ;)

That's hiding the problem, not fixing 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to