Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 56127 invoked by uid 500); 15 Oct 2001 16:52:44 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 56105 invoked from network); 15 Oct 2001 16:52:43 -0000 Date: Mon, 15 Oct 2001 09:52:35 -0700 From: Aaron Bannert To: dev@httpd.apache.org Subject: Re: httpd-2.0 on aix, did anyone try this? Message-ID: <20011015095235.O948@clove.org> References: <20011012221539.A53332@ans.helios.de> <20011015170453.A6280@ans.helios.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011015170453.A6280@ans.helios.de>; from jum@helios.de on Mon, Oct 15, 2001 at 05:04:53PM +0200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > OK, I have looked into the build system a bit more and the following > patch fixes the problem for me, that appears to be a typo in > configure.in: > > Index: configure.in > =================================================================== > RCS file: /home/cvspublic/httpd-2.0/configure.in,v > retrieving revision 1.183 > diff -u -d -r1.183 configure.in > --- configure.in 2001/09/30 07:57:14 1.183 > +++ configure.in 2001/10/15 14:56:30 > @@ -279,8 +279,8 @@ > fi > case $host in > *-ibm-aix*) > - HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_blddir/server/httpd.exp" > - SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_blddir/server/httpd.exp" > + HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_builddir/server/httpd.exp" > + SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_builddir/server/httpd.exp" > ;; > *beos) > SH_LDFLAGS='$(top_builddir)/_APP_' ++1! -aaron