RE: seg fault with SuSE SLES 8

2004-01-21 Thread Lingyan Zhu
Forgot to mention: This is what I got when I ran 'httpd -t' under gdb: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 30194)] 0x4000ecb8 in ap_remove_module () (gdb) backtrace #0 0x4000ecb8 in ap_remove_module () #1 0x4000edc9 in ap_r

seg fault with SuSE SLES 8

2004-01-21 Thread Lingyan Zhu
Hi there, I have a segmentation fault problem running 'httpd -t' on my SuSE system with the following config: SuSE Enterprise Server 8 for AMD 64 (perl 5.8.0, apache 1.3.26-105, mod_perl 1.27-146) + Embperl 2.0b9 I compiled Embperl 2.0b9. Once I add configurations for Embperl (PerlModule Embp

Re: Using Apache 2.0.48 and mod_perl 1.99 with embperl

2004-01-21 Thread Carlos Kassab
Gerald: Thank you very much for your help. Now i can see embperl working with Apache and mod_perl with an Apache compiled in my computer. Carlos Kassab Gerald Richter wrote: [9407]ERR: 24: Error in Perl code: Can't locate object method "FETCH" via package "APR::Table" at /usr/lib/perl5/vendor

Re: Using Apache 2.0.48 and mod_perl 1.99 with embperl

2004-01-21 Thread Gerald Richter
> > [9407]ERR: 24: Error in Perl code: Can't locate object method "FETCH" > via package "APR::Table" at > /usr/lib/perl5/vendor_perl/5.8.1/CGI/Cookie.pm line 76. > You have to load APR::Table, a PerlModule APR::Table in your httpd.conf should do the trick > > My question is if everything works