Mladen Turk wrote:
jean-frederic clere wrote:
apr_hooks.h is in
/home/jfclere/usr/local/apr-util/include/apr-1/apr_hooks.h, probably
something more is needed in configure.
Try to run the:
apxs2 -q APU_INCLUDEDIR
it tells:
+++
[EMAIL PROTECTED]:~> usr/local/apache2/bin/apxs -q APU_INCLUDEDIR
/home/jfclere/usr/local/apr-util/include/apr-1
+++
Seems that:
apxs2 -q INCLUDEDIR
+++
[EMAIL PROTECTED]:~> usr/local/apache2/bin/apxs -q INCLUDEDIR
/home/jfclere/usr/local/apache2/include
+++
is giving the /home/jfclere/usr/local/apache2/include
and 'apxs2 -q APR_INCLUDEDIR' is giving the
/home/jfclere/usr/local/apr/include/apr-1
+++
[EMAIL PROTECTED]:~> usr/local/apache2/bin/apxs -q APR_INCLUDEDIR
/home/jfclere/usr/local/apr/include/apr-1
+++
The solution is to eiter copy APU_INCLUDEDIR to the INCLUDEDIR,
Should I fix it?
or figure out why APU_INCLUDEDIR gives nothing or points to the
wrong location.
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]