Re: Make test issue with the URI module

2002-02-06 Thread dan
I've read through the previous messages on this topic, and have modified my blib/lib/Apache/test.pm as did export PERL_HTTP_URI_CLASS=URI::URL . Now when I make test I get: Can't locate URI/URL/_generic.pm in @INC (@INC contains: . ../blib/lib ../blib/arch /usr/lib/perl5/5.6.0/i386-linux

Re: Make test issue with the URI module

2002-02-04 Thread Thomas Klausner
Hi! On Sun, Feb 03, 2002 at 05:24:03PM -0800, Pierre Carette wrote: I am trying to install the latest version of Mod_perl (version 1.26) with Apache 1.3.23 on RedHat 7.2. When I tried the make test from the mod_perl installation I had an error saying that the module URI couldn't be found.

Re: Make test issue with the URI module

2002-02-04 Thread Ron Savage
Thomas See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html When I tried the make test from the mod_perl installation I had an error saying that the module URI couldn't be found. I then downloaded and installed the URI module from cpan.org: URI-1.18 and now I

Re: Make test issue with the URI module

2002-02-04 Thread Rick Myers
On Feb 04, 2002 at 16:24:38 +0100, Thomas Klausner wrote: Does anyone know why this fails or how to fix it properly? This question was originally asked back in August. http://mathforum.org/epigone/modperl/sehpholzhex With some followup...

Make test issue with the URI module

2002-02-03 Thread Pierre Carette
I am trying to install the latest version of Mod_perl (version 1.26) with Apache 1.3.23 on RedHat 7.2. When I tried the make test from the mod_perl installation I had an error saying that the module URI couldn't be found. I then downloaded and installed the URI module from cpan.org: URI-1.18 and