RE: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-31 Thread Rob Bloodgood
cp apaci/perl_config ../apache_1.3.20/src/modules/perl/perl_config ^^ the file is copied all right [snip] Creating Makefile Creating Configuration.apaci in src + id: mod_perl/1.26 + id: Perl/v5.6.0 (linux)

Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
I'm getting this error when I make mod-perl. I'm running on TurboLinux 5.0. I'd appreciate any info on why this is failing. (cd ../apache_1.3.20 PERL5LIB=/home/software/mod_perl-1.26/lib make) make[1]: Entering directory `/home/software/apache_1.3.20' === src make[2]: Entering directory

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Stas Bekman
On Thu, 30 Aug 2001, Scott Chapman wrote: I'm getting this error when I make mod-perl. I'm running on TurboLinux 5.0. I'd appreciate any info on why this is failing. I/usr/local/lib/perl5/5.6.0/i586-linux/CORE -DMOD_PERL_VERSION=\1.26\ -DMOD_PERL_STRING_VERSION=\mod_perl/1.26\

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
Stas, I just do an Install.simple: [root@river mod_perl-1.26]# perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFI X=/www Will configure via APACI cp apaci/Makefile.libdir ../apache_1.3.20/src/modules/perl/Makefile.libdir cp apaci/Makefile.tmpl ../apache_1.3.20/src/modules/perl/Makefile.tmpl cp

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Stas Bekman
On Thu, 30 Aug 2001, Scott Chapman wrote: Stas, I just do an Install.simple: [root@river mod_perl-1.26]# perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFI X=/www Will configure via APACI [snip] cp apaci/perl_config ../apache_1.3.20/src/modules/perl/perl_config