I have found that I can now build an apache_1.3.14 binary with
mod_perl-1.24 . I had to rebuild the perl5.6.0 binary with config_args:
config_args='-des -Doptimize=-02 -march=i386 mcpu=686 -Dcc=gcc -Dcccdlflags=-fPIC
-Darchname=i386-linux -Dd_dosuid -Dd_semctl_semun -Di_db -di_ndbm -Di_gdbm -Di_
I have been chasing down the same problem on RH7. So far I have
found that I _can_ build it if I use the perl binary that comes
with RH7. So I am hunting down differences between the RH7 build of perl
and a stock build. (RedHat did NOT build perl on this kernel?!!)
Will update when I get a good to
I'm having a problem making apache work with
mod_perl.
Short problem description is: when I compile
apache by itself, it works,
but when I compile mod_perl (which builds
apache also) it doesn't work and gives me an error that's on http://www.apache.org/docs/misc/FAQ-D.html#nfslocking
When
* Dennis ([EMAIL PROTECTED]) [14 Oct 2000 16:00]:
> I have "PerlRequire conf/startup.pl" in httpd.conf
> and startup.pl has "1;" in it
> then I start apache "/usr/local/apache/bin/apachectl start
> and it says:
> /usr/local/apache/bin/apachectl start:
Hey
I have "PerlRequire conf/startup.pl" in
httpd.conf
and startup.pl has "1;" in it
then I start apache "/usr/local/apache/bin/apachectl start
and it says:
/usr/local/apache/bin/apachectl start: httpd
started
but it looks like it's exiting out right
awa