Hi,
I am building mod_perl-1.21 into apache_1.3.9 using apaci.
I run the following commands under mod_perl-1.21 directory
perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
make
make test
make install
Everything looks fine, httpd was created in apache_1.3.9/src, but was not
get copied into /usr/local/apache/bin. After I manually copied the httpd
file and try to start it using apachectl, I got
./apachectl start: httpd started
But it did not create httpd.pid in the logs directory neither httpd really
started.
Any one can give a hint?
I am running Solaris 2.6
Thanks,
PC