Randy Kobes wrote:

On Mon, 1 Mar 2004, Carl Holm wrote:



Hello,

With the following server environment: SERVER_SOFTWARE =
"Apache/2.0.47 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0
PHP/4.3.2", and libapreq2 installed via PPM, I am not able
to load Apache::Cookie. I would appreciate hearing about
any success with this configuration.



With a slightly different configuration (Apache/2.0.48, current cvs mod_perl, Perl/5.8.3) on Win32, I don't have any fundamental problems. A few things to check: - Is there anything in Apache's error log? - Do you have similar problems with Apache::Request? - Does a directive LoadFile "/Path/to/libapreq2.dll" in httpd.conf help? - Does mod_perl 2 work OK?



Thanks for the suggestions. Mod-perl2 works OK. No complaints from Apache::Request. I added the appropriate LoadFile directive, and now get the following error stack:

[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] Can't load 'C:/Perl/site/lib/Apache2/auto/APR/Table/Table.dll' for module APR::Table: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 229., referer: http://localhost/Maspages/mk.html
[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] at C:/Perl/site/lib/APR/XSLoader.pm line 16, referer: http://localhost/Maspages/mk.html
[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] Compilation failed in require at C:/Perl/site/lib/Apache/Cookie.pm line 47., referer: http://localhost/Maspages/mk.html
[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/Perl/site/lib/Apache/Cookie.pm line 47., referer: http://localhost/Maspages/mk.html
[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] Compilation failed in require at C:\Program Files\Apache Group\Apache2\cgi-bin\sess.pl line 7., referer: http://localhost/Maspages/mk.html
[Mon Mar 01 18:05:33 2004] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:\Program Files\Apache Group\Apache2\cgi-bin\sess.pl line 7., referer: http://localhost/Maspages/mk.html


Regards,

Carl Holm



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to