You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by fplunket <fp...@hadco.com> on 2000/07/12 19:28:49 UTC

mod_perl make test fails from URI

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 warm up...\c
done
/perl/bin/perl t/TEST 0
../blib/lib ../blib/arch /perl/lib/5.6.0/sun4-solaris /perl/lib/5.6.0 
/perl/lib/site_perl/5.6.0/sun4-solaris /perl/lib/site_perl/5.6.0 
/perl/lib/site_perl ../.
Can't locate object method "new" via package "URI" at 
/perl/lib/site_perl/5.6.0/URI/WithBase.pm line 19.
*** Error code 255
make: Fatal error: Command failed for target `run_tests'

I installed URI 1.07 without any error messages

ANY SUGGESTIONS


Frank Plunkett
Sanmina CORP
(603) 896-2730


Re: mod_perl make test fails from URI

Posted by "G.W. Haywood" <ge...@jubileegroup.co.uk>.
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 the Guide.
http://perl.apache.org/guide.

73,
Ged.