well, the new mod_perl guide at perl.apache.org/guide includes a section on
getting mod_perl RPMs to run.
try reading the following:

http://perl.apache.org/guide/install.html#Installing_separate_Apache_and_m

in particular, I would pre-load Apache::Registry at server startup and see
what happens.  That is, make sure your apache config files match the section
in the guide, specifically preloading Registry.pm using

PerlModule Apache::Registry


then try one of the test scripts provided by the guide and let me know how
it goes...

--Geoff

BTW - I based most of the RPM section of the guide on my own installation of
the 5.2 RPMs, so if you find them lacking, please let me know - they were
made with people like yourself in mind.



> -----Original Message-----
> From: Fred CHAUSSUMIER [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 19, 1999 11:21 AM
> To:   [EMAIL PROTECTED]
> Subject:      server internal error
> 
> Hello,
> 
> I installed apache and mod_perl with the rpm provided with the RedHat
> 5.2.
> 
> I configured my server and tried to execute a .wpl file with apache.
> 
> 
> I finally got this message:
> 
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
> 
> I then looked at the error_log file of my server and the correspondng
> error message is the following:
> 
> [Tue Oct 19 17:15:42 1999] [error] Undefined subroutine &main:: called
> at /usr/lib/perl5/site_perl/Apache/Registry.pm line 141.
> 
> Has somebody an idea of what is wrong with my installation? Because I
> have no more ideas!
> 
> Thank you very much for your help.
> Fred
> 
> 
> --
> -- Frederique CHAUSSUMIER, PhD student 
> -- LIP-LHPC, Ecole Normale Superieure de Lyon, Office 342 
> -- 46 allee d'Italie, F - 69364 Lyon Cedex 07 
> -- voice:(+33)04 72 72 84 70  fax:(+33)04 72 72 80 80

Reply via email to