I'm compiling apache 1.3.9 and mod_perl 1.21 on redhat 6.0.

make test for modperl fails on modules/cgi.t test #4.  The message from
the error log shows:

[Thu Jan  6 13:22:25 2000] [error] CGI open of tmpfile: Permission denied


Here are the steps I took (using perl 5.005_03)

1. perl Makefile.PL APACHE_SRC=/opt/apache/apache_1.3.9/src
DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 APACI_ARGS='--verbose'

2.  make

3.  cd ../apache_1.3.9

4.  ./configure \
--prefix=/opt/apache \
--mandir=/usr/local/man \
--enable-shared=expires \
--enable-module=expires \
--enable-shared=rewrite \
--enable-module=rewrite \
--enable-shared=proxy \
--enable-module=proxy \
--activate-module=src/modules/perl/libperl.a \
--enable-module=so

5.  make

6.  cd ../mod_perl-1.21

7.  make test


Any help is greatly appreciated.  I'm starting to get queasy from
looking at this all morning.

-- 
Nancy

Reply via email to