Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] Re: httpd php dump

William A. Rowe, Jr.

2008-07-02

Replies: Find Java Web Hosting

Author LoginPost Reply
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: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.