Good morning,  Ged and modperl list,
I used the below provided argument listing (or so I believe).  This must be
executed automatically by the perl Makefile.PL routine?
I tried it once as you sent it, and once with the change listed to the
APACHE_SRC default directoy.  Both times, I got the following exact same
error:  (I did make clean in between attempts to compile).  Possibly I have
to use a separate APACHE_SRC directory?

-----------------
.
.
modules/src...... Use of uninitialzed value in concatenation (.) at
modules/src.t line 27.
.
.
Failed test                     Totat    Failed
modules/src.t                  6        3
3 tests skipped
httpd terminated
Failed 1/34 test scripts.  97.06% okay.  5/388 subtests failed 98.71% okay.
make: *** [run_tests] Error 29
-------------------

Thanks for your help.
Perl 5.6.0
Linux 2.2.16
Apache 1.3.14
mod_perl 1.24_01

Andrew Lietzow
Plantsman
Wannabe hacker?



"G.W. Haywood" wrote:

> > I've attached a makepl_args.mod_perl
>
> Ged
>   ------------------------------------------------------------------------
> USE_APACI=1
> APACHE_PREFIX=/usr/local
> APACHE_SRC=../apache_1.3.9/src  --- changed this to ../apache/src (my
> current apache directory)
> DO_HTTPD=1                                       can change this to
> ../apache_1.3.14/src if that makes sense but the vast majority of
> EVERYTHING=1                                    the contents in these two
> directories is the same.
> ALL_HOOKS=1
> PERL_SSI=1
> PERL_SECTIONS=1
> ADD_MODULE=info,status,proxy
> APACI_ARGS=--sbindir=/usr/local/sbin/httpd_perl
> APACI_ARGS=--sysconfdir=/usr/local/apache/httpd_perl/conf
> APACI_ARGS=--runtimedir=/usr/local/apache/httpd_perl/run
> APACI_ARGS=--logfiledir=/usr/local/apache/httpd_perl/logs
> APACI_ARGS=--localstatedir=/usr/local/apache/httpd_perl/stat
> APACI_ARGS=--proxycachedir=/usr/local/apache/httpd_perl/proxy
> APACI_ARGS=--enable-module=rewrite
> APACI_ARGS=--enable-module=include
> APACI_ARGS=--enable-module=info

Reply via email to