Apache 2.4 integration
"Wells, Steven S." <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm having trouble integrating mod_perl with the latest (2.4) versions of Apache - build fails as unable to locate APR directories
make[1]: Entering directory `/usr/local/west/perl/mod_perl-2.0.8/src/modules/perl'
cc -I/usr/local/west/perl/mod_perl-2.0.8/src/modules/perl -I/usr/local/west/perl/mod_perl-2.0.8/xs -I/usr/local/west/apache/apr/apr-1.5.0/include -I/usr/local/apache2/include -D_REENTRANT -D_GNU_SOURCE -fPIC -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/local/lib/perl5/5.14.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX -O2 -fPIC \
-c mod_perl.c && mv mod_perl.o mod_perl.lo
In file included from /usr/local/apache2/include/ap_config.h:25,
from /usr/local/apache2/include/httpd.h:44,
from modperl_apache_includes.h:27,
from mod_perl.h:20,
from mod_perl.c:17:
/usr/local/apache2/include/ap_hooks.h:40:23: error: apr_hooks.h: No such file or directory
/usr/local/apache2/include/ap_hooks.h:41:32: error: apr_optional_hooks.h: No such file or directory
Any help is appreciated.
Thanks,
-- Steve