Hello,

Output desired embedded:


--- Stas Bekman <[EMAIL PROTECTED]> wrote:
> steve larson wrote:
> > Hello,
> >  make test produced error, looking for
> > /etc/httpd/*.conf 
> 
> it's a warning, not an error. It'd have died if it
> was an error. I can see 
> where the problem is, I'll fix that soonish. It's
> unrelated to the problem 
> preventing you from running the test suite.
> 
> > and also let us know that the
> > version of modperl.c was not compatible.
> > Was directed to run the following three commands,
> here
> > they are with output(Apologize if I have given too
> > much info, or not followed standard(new on this
> list):
> 
> [...]
> 
> > [EMAIL PROTECTED] modperl-2.0]# t/TEST -conf
> > *** setting ulimit to allow core files
> > ulimit -c unlimited; t/TEST -conf
> > *** file /etc/httpd/conf.d/*.conf does not exist
> > *** cleaning out current configuration
> > *** reconfiguration done
> > [EMAIL PROTECTED] modperl-2.0]#
> > [EMAIL PROTECTED] modperl-2.0]# echo edit
> t/conf/httpd.conf
> > and remove any references to php
> > edit t/conf/httpd.conf and remove any references
> to
> > php
> > [EMAIL PROTECTED] modperl-2.0]# vi t/conf/httpd.conf
> > [EMAIL PROTECTED] modperl-2.0]#
> > [EMAIL PROTECTED] modperl-2.0]# echo Commented out all
> PHP
> > References
> > Commented out all PHP References
> > [EMAIL PROTECTED] modperl-2.0]#
> > [EMAIL PROTECTED] modperl-2.0]# t/TEST
> [...]
> > waiting 180 seconds for server to start: .ps:
> module
> > "mod_python.c" is not compatible with this version
> of
> > Apache (found 20020628, need 20020903).
> > Please contact the vendor for the correct version.
> 
> Can you please do:
> 
> % grep mod_python t/conf/httpd.conf
> 
> and post the result here?

[EMAIL PROTECTED] modperl-2.0]# grep mod_python
t/conf/httpd.conf
<IfModule !mod_python.c>
    LoadModule python_module
"/usr/local/apache2/modules/mod_python.so"

> 
> BTW, what's 'ps' below:
it is an Apache 2.x server, renamed httpd
> 
>  > /usr/local/apache2/bin/ps -d /var/modperl-2.0/t
> -f
>  > /var/modperl-2.0/t/conf/httpd.conf -DAPACHE2
>  > -DPERL_USEITHREADS
>  > using Apache/2.0.48 (worker MPM)
> 
> is that how you called your httpd executable?

yes

> 
> Where is your apache 1.3 installed?
it was in original locations /usr/sbin/httpd
/usr/sbin/httpd now shows version
[EMAIL PROTECTED] init.d]# /usr/sbin/httpd -v
Server version: Apache/2.0.40
Server built:   Jul 31 2003 11:36:14

Thanks kindly,
Steve Larson
[EMAIL PROTECTED]


> 
>
__________________________________________________________________
> Stas Bekman            JAm_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
> 

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to