I've been compiling apache for a while now, and I always start with the same
configure line viz.
configure --prefix=/usr/local/apache --enable-module=most -enable-shared=max
I recently had a problem when I compiled 1.3.31 such that when it tried to run
apache, I got an error about os_is_path_absolute not being defined. A
little investigation revealed that with 1.3.29 after configuring as above, I
get a config.status like this
#!/bin/sh
##
## config.status -- APACI auto-generated configuration restore script
##
## Use this shell script to re-run the APACI configure script for
## restoring your configuration. Additional parameters can be supplied.
##
./configure \
"--with-layout=Apache" \
"--prefix=/usr/local/apache" \
"--enable-module=most" \
"--enable-shared=max" \
"--enable-rule=SHARED_CORE" \
"$@"
but under 1.3.31 the line with --enable-rule=SHARED_CORE was missing. Now
this is clearly trivial to fix by simply adding --enable-rule=SHARED_CORE to
the configure command line, but it took me a little while to discover that
this was the problem and this change is not mentioned in the CHANGES file. Do
any of you know what happened, and why?
--
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!