For what its worth, I found the Apache 2 adaptor code in project wonder would not compile for Apache 2.0.x on AMD64. Only i386. A solution may be to use the 32bit edition of the web server for the adaptor, if that's ok. You can always route it to a second instance of Apache with modproxy or the like that is 64bit. The long way around the problem.
On 7/2/06, Hunter Hillegas <[EMAIL PROTECTED]> wrote:
All, I am attempting to use the Project Wonder Apache 2 adaptor with Apache 2.2 on Red Hat Enterprise Linux 4, running on AMD 64. Based on Apache doco, it seems like little has changed in regards to modules between 2.0 and 2.2 but unfortunately I cannot get the adaptor to compile. I am not a C programmer and I'm hoping that someone here will have a pointer for me. The build error is as follows: ...snip... mod_WebObjects.c: At top level: /usr/local/apache2/include/httpd.h:923: error: storage size of `finfo' isn't known mod_WebObjects.c:229: warning: 'setOption3' defined but not used make[1]: *** [mod_WebObjects.o] Error 1 make[1]: Leaving directory `/usr/local/src/wo_adaptors/Apache2' make: *** [Apache2] Error 2 There's quite a bit more before that, mostly warnings, but if it is relevant, let me know and I'll send it along. I can't tell if the issue is Apache 2.2 (vs. Apache 2.0) or the 64- bit arch or maybe something else. Any help is very much appreciated. Thanks, Hunter _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/jmlittle%40gmail.com This email sent to [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
