Hi to all,
 
first thanks to Mr. Bekman for his quick answer. But i am still having problems to track it down, where the script hangs. "perl-status" delivers a blank window in the browser. 
 
One more question. Should Apache be started as a service or in console-mode, when mod_perl is integrated ?
 
When i start apache as a service and and try to run a CGI-script with ModPerl::Registry, the browser hangs forever. No entry in the Apache error log.
 
When i start apache from console and try to run a CGI-Script with ModPerl::Registry the following entry is displayed in the Apache error log:
 
[Sun Aug 18 17:21:46 2002] [error] Can't locate loadable object for module Apache::RequestRec in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/Apache/XSLoader.pm line 16
Compilation failed in require at C:/Perl/site/lib/Apache/compat.pm line 22.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Apache/compat.pm line 22.
Compilation failed in require at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
Compilation failed in require at (eval 3) line 3.
 ...propagated at C:/Perl/lib/base.pm line 62.
BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/Registry.pm line 11.
Compilation failed in require at (eval 2) line 3.
 
[Sun Aug 18 17:21:46 2002] [error] failed to resolve handler `ModPerl::Registry'
[Sun Aug 18 17:21:46 2002] [error] [client 127.0.0.1] Can't locate loadable object for module Apache::RequestRec in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/Apache/XSLoader.pm line 16
Compilation failed in require at C:/Perl/site/lib/Apache/compat.pm line 22.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Apache/compat.pm line 22.
Compilation failed in require at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
Compilation failed in require at (eval 3) line 3.
 ...propagated at C:/Perl/lib/base.pm line 62.
BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/Registry.pm line 11.
Compilation failed in require at (eval 2) line 3.
, referer: http://127.0.0.1/abfert_frame.html
 
 
Best regards,
Walter

 
 

Reply via email to