Hi Elizabeth,
I was working these days for another academic institution, I were asked
to install webobjects 5.3.3 on a RedHat 5.1 32 bits with Apache 2.2.3
(RH's rpms) :)
I haven't change any line of code in the project wonder sources but in
make.conf and Apache2.2/Makefile, I changed (from memory) paths of the
"includes" to /usr/include/httpd , /usr/include/apr-1 and I modified
CFLAGS to have :
CFLAGS = -O2 -Wall ${INCLUDES} ${DEBUG_FLAG} -DSINGLE_THREADED_ADAPTOR
-D${OS} -DFORKING_WEBSERVER -DAPACHE ${ENABLE_SSL_SUPPORT}
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -mtune=i686
-fomit-frame-pointer -pipe -pthread
I think you haven't "-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-mtune=i686 -fomit-frame-pointer -pipe -pthread", especially
D_LARGEFILE64_SOURCE .
Also in the apache configuration I commented the ScriptAlias directive.
Regards
Aurelien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]