Re: mod_perl make test fails

2001-11-21 Thread Lyle Brooks
I experienced a similar problem (I was upgrading one thing, which let to upgrading another,... which led to why not upgrade just about everything :-) My configuration/versions are pretty similar. I modified lib/Apache/test.pm, at line 8 I put use URI::URL (); and then I modified

Re: mod_perl make test fails

2001-11-21 Thread Marcus Taylor
this fixes it (reposted here) make test expects 3 pre-loaded perl modules to be present in order to execute. One of them is LWP::UserAgent (part of libwww-perl) The problem you specify only occurs if you have installed a version of libwww-perl that is 5.53 (probably v. 5.6) If

Re: mod_perl make test fails

2001-11-15 Thread Marcus Taylor
we had this same problem. make test expects 3 pre-loaded perl modules to be present in order to execute. One of them is LWP::UserAgent (part of libwww-perl) The problem you specify only occurs if you have installed a version of libwww-perl that is 5.53 (probably v. 5.6) If you don't want to

Re: mod_perl make test fails

2001-11-15 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001 [EMAIL PROTECTED] wrote: I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same box. Get rid of 5.6.0. It's probably not

RE: Re: mod_perl make test fails

2001-11-15 Thread mod
Thanks Very Much! That works Jose Albert we had this same problem. make test expects 3 pre-loaded perl modules to be present in order to execute. One of them is LWP::UserAgent (part of libwww-perl) The problem you specify only occurs if you have installed a version of libwww-perl that is

mod_perl make test fails

2001-11-14 Thread mod
Hi there! I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same box. Any help will be highly appreciated _ Jose Albert These are the last lines of the

Re: mod_perl make test fails from URI

2000-07-14 Thread G.W. Haywood
Hi there, On Wed, 12 Jul 2000, fplunket wrote: modperl version 1.24 perl 5.6.0 apache 1.3.12 Solaris 5.7 URI 1.07 Can't locate object method... Read mod_perl/SUPPORT. Did you compile mod_perl with EVERYTHING=1 or PERL_STACKED_HANDLERS=1? Have a look in the troubleshooting section of

mod_perl make test fails from URI

2000-07-12 Thread fplunket
modperl version 1.24 perl 5.6.0 apache 1.3.12 Solaris 5.7 URI 1.07 I am receving the following error message when running make test: /home/apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache