Hi Aurelien
Thanks for getting back with this suggestion.
I had already made the path changes you suggest, but I hadn't
modified CFLAGS. I did however find a different way around the
compilation problem; I changed apr-i386.h to read
typedef __off64_t apr_off_t;
The compiled adaptor works fine. However I will retry using your
flags settings and the original apr-i386.h to check if that also
solves the problem.
What user do you recommend to own wotaskd, JavaMonitoir and our
apps? On Mac we would use appserver, but I don't know the preferred
route on Linux.
Liz
On 15 May 2008, at 17:39, Aurélien Minet wrote:
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]