Why not just call out each module? Rather than the space separated list just do
something like:
--enable-info \
--enable-status \
etc.
Actually I normal build it as shared so it's:
--enable-info=shared \
--enable-status=shared
etc.
Todd
From: Agnello George
Ashmin,
As has been mentioned expat has been included for some time. What OS are
you on? I had some issues with AIX 5.3 where it used to work to set
--with-expat=`pwd`/srclib/apr-util/xml/expat
However configure didn't 'see' it at all. Then I tried
with-expat=builtin that would see it and compile
to
be shared but I'll have to look into that.
Todd
-Original Message-
From: O'DELL, TODD E (ATTOPS)
Sent: Thursday, February 14, 2008 9:31 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3
I'm able to build the 2.2.
I'm attempting to build the httpd 2.2.8 on an AIX 5.3 system. I'm using
the IBM compiler cc_r. When I run this configuration it configures ok,
though it doesn't find the Expat 1.95.8 I have at /apps/support/packages
while it does find the OpenSSL at the same location.
CC="/usr/vac/bin/cc_r";
OBJEC