OK, URI.pm is installed.
telling cpan.pm to "force" did the trick.
something must have confused cpan.

now I'm getting an error installing mod_perl.

#>perl Makefile.PL APACHE_SRC=../apache_1.3.0/src 
        DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
 
everything looks good, except for this one line:

 (cd ../apache_1.3.0 && CC="gcc" CFLAGS=" -fno-strict-aliasing
 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 ./configure --activate-module=src/modules/perl/libperl.a
 --disable-rule=EXPAT)
 Configuring for Apache, Version 1.3.0
  + activated perl module (modules/perl/libperl.a)
 configure:Error: No such rule named 'EXPAT'

anyone know what rule EXPAT is?
apparently it prevents the makefile from getting
created, because make fails.
 
 #>make
 (cd ../apache_1.3.0 && PERL5LIB=/usr/local/apachedist/mod_perl-1.26/lib
 make)
 make[1]: Entering directory `/usr/local/apachedist/apache_1.3.0'
 make[1]: *** No targets specified and no makefile found.  Stop.
 make[1]: Leaving directory `/usr/local/apachedist/apache_1.3.0'
 make: *** [apaci_httpd] Error 2


thanks in advance,

Greg

Reply via email to