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

Using Apache 2.0.48 and mod_perl 1.99 with embperl

2004-01-20 Thread Carlos Kassab
Hi all: I have been using apache preinstalled with Mandrake but now i have decided to compile it to see if i can get a best performance. Everything was working fine, i compiled apache and ran embperl as CGI using EplSite. When i compiled and installed mod_perl the problems began, i do not know