Hugi Thordarson a écrit :
Good morning folks.
Has anyone accomplished the feat mentioned in the subject line? I've
been attempting to do this with the adaptor source from Wonder, but
with no luck so far. Looks like the compiler can't find some required
header files:
Errors from the compile log:
/usr/include/httpd/ap_config.h:19:17: apr.h: No such file or directory
/usr/include/httpd/ap_config.h:20:23: apr_hooks.h: No such file or
directory
/usr/include/httpd/ap_config.h:21:32: apr_optional_hooks.h: No such
file or directory
Cheers,
- Hugi
Hi,
In the Makefile you just need to add in the INCLUDES the path to the
hearder of apr. In Apache2/Makefile I have a this line :
INCLUDES = -I${APACHEINCLUDE_DIR} -I../Adaptor -I/usr/include/apr-0
You also may install de (devel ?) package of apr .
In addition I had to change in make.config APACHEINCLUDE_DIR to
/usr/include/apache2 and APXS to /usr/sbin/apxs2 .
(I'm using Apr-0.9.12 and Apache-2.0.58 on Gentoo so path may vary)
Aurélien Minet
--
------------------
Direction des systèmes d'information
Université Réne Descartes Paris 5
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]