Re: [us...@httpd] configure script creating unsolicited dependencies

2009-02-13 Thread Tom Evans
On Tue, 2009-01-13 at 16:51 +0100, Michael Ludwig wrote: Michael Ludwig schrieb: I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite I solved this by adding the follwing option:

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
Michael Ludwig schrieb: I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite However, I do get a lot of extra stuff. This is not what I want. lobster:/usr/local/src/httpd-2.2.11# ldd httpd

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Ian Lea
I'd guess that the configure script is scanning your system and if it finds libraries for XXX it enables the XXX module. You could try disabling some things: ./configure --disable-XXX -- Ian. On Tue, Jan 13, 2009 at 2:26 PM, Michael Ludwig m...@as-guides.com wrote: Michael Ludwig schrieb: I

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
Ian Lea schrieb: I'd guess that the configure script is scanning your system and if it finds libraries for XXX it enables the XXX module. You could try disabling some things: ./configure --disable-XXX Thanks for this answer. Then, of course, I'd have to figure out what to --disable-* in order

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
Michael Ludwig schrieb: I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite I solved this by adding the follwing option: --with-included-apr lobster:/usr/local/src/httpd-2.2.11# ldd httpd

[us...@httpd] configure script creating unsolicited dependencies

2009-01-12 Thread Michael Ludwig
I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite However, I do get a lot of extra stuff. This is not what I want. lobster:/usr/local/src/httpd-2.2.11# ldd httpd linux-gate.so.1 = (0xe000)