Hi,

well I don't know exactly what's going wrong but it seems that your mod_perl misses building with Transhandler hooks. Normally I let mod_perl also build/install my apache and secondly you should issue the following make file command:

-------------------8<-------------------
[EMAIL PROTECTED] apache]$ tar xzvf apache_1.3.29.tar.gz
[EMAIL PROTECTED] apache]$ tar xzvf mod_perl-1.0-current.tar.gz
[EMAIL PROTECTED] apache]$ cd mod_perl-1.29/
[EMAIL PROTECTED] mod_perl-1.29]$ perl Makefile.PL DO_HTTPD=1 USE_APACI=1 \
> APACHE_PREFIX=/usr/local/apache EVERYTHING=1
[EMAIL PROTECTED] apache]$ make && make test && make install
-------------------8<-------------------

This is also documented in INSTALL.simple which comes with your mod-perl-packages.

Tom

YY Liu wrote:
Hello everyone!
When I installed RH9.0, perl5 was installed on my
system automatically. And now I tar apache-1.3.31
under the /home/globus/Project/apache-1.3.31 directory
and install it under /usr/local/apache. Modperl-1.0
was tared in the same directory.
I have installed apache successfully. When I run the
following commands, everything looks good.

perl Makefile.PL PL APACHE_SRC=/www/apache/src

perl Makefile.PL DO_HTTPD=1

perl Makefile.PL USE_APACI=1

perl Makefile.PL PERL_HTTPD=1

perl Makefile.PL EVERYTHING=1

make

Then I start to "make test" but there is some error
occurred and there is no file t/logs/error_log. The
following is the error info. Who know the reason and
help me?
Thanks a lot!


//////////////////////////////////////////////////////
........
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache_1.3.31/src/httpd -f `pwd`/t/conf/httpd.conf
-X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
Syntax error on line 3 of
/home/globus/Project/mod_perl-1.29/t/conf/srm.conf:
Invalid command 'PerlTransHandler', perhaps
mis-spelled or defined by a module not included in the
server configuration
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not
ok
server failed to start! (please examine
t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 111


_________________________________________________________ Do You Yahoo!? 150äæMP3ççæïæéåéäæå http://music.yisou.com/ çåææåæåæïæéçåãèååéå http://image.yisou.com 100åéçåäåçïéèçéèåæåï http://cn.rd.yahoo.com/mail_cn/tag/100m/*http://cn.promo.yahoo.com/minisite/100m/



Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to