[Gllug] Install Apache

Pete Ryland pdr at pdr.cx
Sun Jun 15 18:34:19 UTC 2003


On Sun, Jun 15, 2003 at 07:05:10PM +0100, Richard Turner wrote:
> Does anyone know what locations I need to pass to ./configure in order to 
> compile a new version of Apache and install the files in the same places as 
> the stock RPMs would for a Mandrake 9.1 distro?

I don't know anything about Mandrake, but at the very least, you will want a
--prefix=/usr or --prefix=/usr/local option to make it adhere to the FHS:

./configure --prefix=/usr

Plus, you probably want to enable mod_so at the very least, which is not on
by default.  Typing:

./configure --help

will help you work out what options you want, and with zsh or bash
completion you should even be able to tab complete options!  Yay!

BTW, you don't mention which version of apache you are using.  Version 2 is
quite different.

> I've tried querying the RPMs to find where they put the files, but I don't 
> really know enough to deduce all the locations from that information.

The RPM doesn't contain the configure line, but the SRPM will.

Pete

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list