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.)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to