Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jul 2008 21:02:17 -0500
From:      "William A. Rowe, Jr." <wrowe@rowe-clan.net>
To:        users@httpd.apache.org
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [users@httpd] Re: httpd php dump
Message-ID:  <486C3329.3050202@rowe-clan.net>
In-Reply-To: <486C2CE3.7050108@el.net>
References:  <486B04D2.8050700@el.net>		<991123400807012158s4a21a3ffya944aa279aa37fb4@mail.gmail.com>		<486B0FC4.3090805@el.net>	<991123400807012255n1d95ea03i9bfc95d401bf0cb8@mail.gmail.com>	<486B2091.1060909@el.net> <486BA9BF.1030109@el.net> <486C0329.40300@el.net> <486C087B.4060002@el.net> <486C2CE3.7050108@el.net>

next in thread | previous in thread | raw e-mail | index | archive | help
kalin m wrote:
> 
> what would this mean:
> 
> # ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl 
> --enable-rewrite --enable-so --enable-headers --enable-unique-id
> checking for chosen layout... Apache
> checking for working mkdir -p... yes
> checking build system type... x86_64-unknown-freebsd7.0
> checking host system type... x86_64-unknown-freebsd7.0
> checking target system type... x86_64-unknown-freebsd7.0
> 
> Configuring Apache Portable Runtime library ...
> 
> checking for APR... apr-1-config: not found
> reconfig

It didn't find apr-1-config executable in your path, e.g. you did
not install apr and apr-util individually before building httpd (we hope)

> configuring package in srclib/apr now
> configure: WARNING: Unrecognized options: --enable-ssl, --with-ssl, 
> --enable-rewrite, --enable-so, --enable-headers, --enable-unique-id
> 
> Unrecognized options?!

autoconf 1.62 new noise, entirely violates autoconf's design principals
(that warnings shouldn't be emitted and especially not for sub-packages).

apr doesn't have these options, httpd does.

We've hacked apr-1.3 to resolve this chaos, but you'll have to wait for
a new httpd package to clean up the noise.  In the meantime, ignore it.
It's meaningless (these were always unrecognized by apr, it just didn't
whine about it.)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?486C3329.3050202>