Re: Modperl 2.0 Not finding correct *.conf

2004-01-19 Thread Stas Bekman
steve larson wrote: OK, Point taken, can you point me to the document which outlines addition of LWP, CGI, etc. that's not a modperl issue. You should either go to search.cpan.org, grab the packages and install them. or you could use the cpan shell: perl -MCPAN -eshell cpan> install LWP CGI wha

Re: Modperl 2.0 Not finding correct *.conf

2004-01-19 Thread steve larson
Hello, embedded responses. Thanks for your support, :-) Steve Larson [EMAIL PROTECTED] --- Stas Bekman <[EMAIL PROTECTED]> wrote: > steve larson wrote: > > Hello, > > at this point, I have started from scratch with > a > > new > > Perl 5.8.2, and then rebuilt the modperl 2.0, with > new > > so

Re: Modperl 2.0 Not finding correct *.conf

2004-01-19 Thread Stas Bekman
steve larson wrote: Hello, at this point, I have started from scratch with a new Perl 5.8.2, and then rebuilt the modperl 2.0, with new source, source tree. I may still be missing some parts. Herein contains the error outputs from the make test. If you believe these are OK, then I would go on

Re: Modperl 2.0 Not finding correct *.conf

2004-01-19 Thread steve larson
Hello, at this point, I have started from scratch with a new Perl 5.8.2, and then rebuilt the modperl 2.0, with new source, source tree. I may still be missing some parts. Herein contains the error outputs from the make test. If you believe these are OK, then I would go on to the make install

Re: Modperl 2.0 Not finding correct *.conf

2004-01-16 Thread Stas Bekman
steve larson wrote: I can explain the reason I was using the apr-config file, due to the several which exist: [...] *** Makefile.PL options: MP_APR_CONFIG => /usr/local/source/apache2/srclib/apr/apr-config MP_APXS => /usr/local/apache2/httpd/prefork/bin/apxs MP_AP_PREFIX=> /us

Re: Modperl 2.0 Not finding correct *.conf

2004-01-16 Thread steve larson
Hello, here is the requested information. Thanks for the support, :) Steve Larson [EMAIL PROTECTED] -8<-- Start Bug Report 8<-- 1. Problem Description: I can explain the reason I was using the apr-config file, due to the several which exist: [EMAIL PROT

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
steve larson wrote: Hello, output desired as well as error_log output. You didn't include http://perl.apache.org/docs/2.0/user/help/help.html#Important_Information also please remove parts of the message that you don't reply to /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/AP

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread steve larson
Hello, output desired as well as error_log output. Thanks for your support, :) Steve Larson [EMAIL PROTECTED] [EMAIL PROTECTED] modperl]# /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so [EMAIL PROTECTED] modperl]# ldd /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Ap

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
Also please post the whole bug report again, since I don't know what options did you use this time to build mod_perl. This could help answer the question of the APR.so problem. __ Stas BekmanJAm_pH --> Just Another m

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
steve larson wrote: Hello, I have installed apache, and built modperl, here is output from the make test, please let me know if I can overlook certain errors here or these need to be addressed(I assume). Very good, we are getting advanced. Also, I did not add proxy or some other options, ie. de

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread steve larson
Hello, I have installed apache, and built modperl, here is output from the make test, please let me know if I can overlook certain errors here or these need to be addressed(I assume). Also, I did not add proxy or some other options, ie. deflate, etc. - perhaps this explains why certain tests we

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread Stas Bekman
steve larson wrote: Hello, source of Apache 2 was located here: /usr/local/source/apache2 Apache 2 was installed here: /usr/local/apache2 So you should use the latter path to build mp2. Like so: perl Makefile.PL \ MP_APXS=/usr/local/apache2/support/apxs \ MP_INST_APACHE2=1 \ MP_DEBUG=1 ___

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread steve larson
Hello, source of Apache 2 was located here: /usr/local/source/apache2 Apache 2 was installed here: /usr/local/apache2 Thanks for your support, Steve Larson [EMAIL PROTECTED] --- Stas Bekman <[EMAIL PROTECTED]> wrote: > steve larson wrote: > > Hello, > > Apache has been installed, I hadn't

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread Stas Bekman
steve larson wrote: Hello, Apache has been installed, I hadn't mentioned it before because I used the word "Built". All paths point to appropriate directories for Apache. > [EMAIL PROTECTED] modperl]# perl Makefile.PL > MP_AP_PREFIX=/usr/local/source/apache2 > MP_APXS=/usr/local/source/apache2/su

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread steve larson
Hello, Apache has been installed, I hadn't mentioned it before because I used the word "Built". All paths point to appropriate directories for Apache. Thanks for your support, :-) Steve Larson [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signi

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread Stas Bekman
[please quote only the relevant parts of the original message or delete it all. what's the point of pasting the whole reply at the bottom :(] steve larson wrote: Hello, I have re-built Apache 2.x with latest, built fine, is not currently running, need to tweak httpd.conf file. Build on myperl cr

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread steve larson
Hello, I have re-built Apache 2.x with latest, built fine, is not currently running, need to tweak httpd.conf file. Build on myperl creates: [EMAIL PROTECTED] modperl]# cd /usr/local/source/modperl [EMAIL PROTECTED] modperl]# perl Makefile.PL MP_AP_PREFIX=/usr/local/source/apache2 MP_APXS=/usr/lo

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread Stas Bekman
steve larson wrote: Hello Stas, am following your advice. I ran into a question that could lead to a longer discussion, just want your opinion which would work best for now, later I can deal with system shortages if produced by this: which is the ideal Apache2, etc. mpm-prefork, mpm-worker, etc.

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread steve larson
Hello Stas, am following your advice. I ran into a question that could lead to a longer discussion, just want your opinion which would work best for now, later I can deal with system shortages if produced by this: which is the ideal Apache2, etc. mpm-prefork, mpm-worker, etc. Had started with pr

Re: Modperl 2.0 Not finding correct *.conf

2004-01-11 Thread Stas Bekman
steve larson wrote: "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

Modperl 2.0 Not finding correct *.conf

2004-01-11 Thread steve larson
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 s

Re: Modperl 2.0 Not finding correct *.conf

2004-01-11 Thread Stas Bekman
Stas Bekman 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 sui

Re: Modperl 2.0 Not finding correct *.conf

2004-01-11 Thread Stas Bekman
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 k

Re: Modperl 2.0 Not finding correct *.conf

2004-01-10 Thread steve larson
Hello, make test produced error, looking for /etc/httpd/*.conf 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): [E

Re: Fwd: Modperl 2.0 Not finding correct *.conf Vers-02

2004-01-10 Thread Stas Bekman
Steve, please try to quote only the relevant things in the future. Besides pasting everything in this email (which is OK since you may have not known what's important) you have quoted full body the previous email where you have pasted everything too. I had to read through 80K of data to figure o

Re: Modperl 2.0 Not finding correct *.conf

2004-01-09 Thread Stas Bekman
steve larson wrote: Hello, -8<-- Start Bug Report 8<-- 1. Problem Description: It appears, it is still finding a 1.3 Apache install somewhere, and is using this binary, as I have totally renamed /etc/httpd and re-linked this to a directory where the Apache

Modperl 2.0 Not finding correct *.conf

2004-01-09 Thread steve larson
Hello, -8<-- Start Bug Report 8<-- 1. Problem Description: It appears, it is still finding a 1.3 Apache install somewhere, and is using this binary, as I have totally renamed /etc/httpd and re-linked this to a directory where the Apache 2.x exists: ie. /us