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-idchecking 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 nowconfigure: WARNING: Unrecognized options: --enable-ssl, --with-ssl, --enable-rewrite, --enable-so, --enable-headers, --enable-unique-idUnrecognized 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx