Re: MP2 Won't Install

2005-01-11 Thread Stas Bekman
cfaust-dougot wrote:
Morning,
 
I'm having problems just getting MP2 to install.. I can build MP2,
make, make test make install with no errors at all, mod_perl.so is
built and is put into the proper modules directory and is called
correctly in the httpd.conf file - but its not installed, it doesn't
show up in the error log or installed modules or anything (it does show
in the error log in t/logs/error_log).

Apache still runs fine and no errors are produced even though things
like PerlModule ModPerl::Registry are in the conf.
That means only one thing: your httpd.conf is broken. Start with a hello 
world config from the documentation, see it working and then proceed to 
ensure that your own stuff is configured to run modperl.

--
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


RE: MP2 Won't Install

2005-01-11 Thread cfaust-dougot
Title: Re: MP2 Won't Install






That means only one thing: your httpd.conf is 
broken. Start with a helloworld config from the documentation, see 
it working and then proceed toensure that your own stuff is 
configured to run modperl.
Awesome!!!Looks like that was the 
problem
I don't know exactly what it was as I just took the 
stock apache httpd.conf and step by step made the changes that had to be made, 
brought the server up and it showed mod_perl installed and that other problem 
(previous requests showing up during multiple refreshes) is now gone as 
well.

How did you know it was the conf? Because of that 
apache build error or because apache logged mod_perl in the error_log of 
t/logs?

Either way, thanks again Stas for once again saving me 
hours upon hours of misery!!!

-Chris




Re: MP2 Won't Install

2005-01-11 Thread Stas Bekman
cfaust-dougot wrote:
That means only one thing: your httpd.conf is broken. Start with a hello
world config from the documentation, see it working and then proceed to
ensure that your own stuff is configured to run modperl.

Awesome!!! Looks like that was the problem I don't know exactly
what it was as I just took the stock apache httpd.conf and step by step
made the changes that had to be made, brought the server up and it
showed mod_perl installed and that other problem (previous requests
showing up during multiple refreshes) is now gone as well.
How did you know it was the conf? Because of that apache build error or
because apache logged mod_perl in the error_log of t/logs?
I'm taking psychic classes :)
It's the latter.
Either way, thanks again Stas for once again saving me hours upon hours
of misery!!!
:)
--
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com