Ruediger Pluem wrote:

On 03/28/2009 08:11 PM, Mladen Turk wrote:
Current trunk gives the

$ ./httpd -k start
httpd: illegal option -- k

Is there some new config directive that needs
to be added since mpm redesign, or it's just
a temporary bug?

I guess it is bug that has something to do with
how ap_mpm_rewrite_args is now called.

Think that too.

Are you running on the latest trunk revision?

Yes, but just in case I did a completely clean
svn co for httpd and apr trunk

$ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd
...
Checked out revision 759642.
$ cd httpd
$ svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr
...
Checked out revision 759643.
$ ./buildconf
$ ./configure --with-layout=Apache --prefix=`pwd`/release/linux2 \
> --with-included-apr --enable-mods-shared=all --enable-pie \
> --enable-proxy --with-port=8000 --with-devrandom=/dev/urandom
$ make
(no errors, no warnings)
$ make install
$ cd release/linux2/bin
$ ./httpd -k start

Same thing (httpd: illegal option -- k)
Are u able to run it?

Regards
--
^(TM)

Reply via email to