RE: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread O';DELL, TODD E (ATTOPS)
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

RE: [EMAIL PROTECTED] expat module

2008-02-22 Thread O';DELL, TODD E (ATTOPS)
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

RE: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3

2008-02-14 Thread O';DELL, TODD E (ATTOPS)
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.

[EMAIL PROTECTED] Make failing for 2.2.8 on AIX 5.3

2008-01-23 Thread O';DELL, TODD E (ATTOPS)
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