Re: [PHP-INST] php4.2 configure script failure using apxs2(apache-2.0.35)

2002-05-07 Thread Stephan Wuelfert
Hi all, there is a error in 2.0.35 using the layouts. Try 2.0.36. It should be fixed. by Stephan Andy wrote: > Thanks for the response. > > The mod_so gets compiled in automatically because of > the --enable-mods-shared=all line. > > Output of: /usr/sbin/httpd -l > Compiled in modules: >

Re: [PHP-INST] php4.2 configure script failure using apxs2(apache-2.0.35)

2002-05-06 Thread Andy
Thanks for the response. The mod_so gets compiled in automatically because of the --enable-mods-shared=all line. Output of: /usr/sbin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c The apache server is loading and running all the modules I need without any problems

Re: [PHP-INST] php4.2 configure script failure using apxs2(apache-2.0.35)

2002-05-06 Thread Jim Thome
Why are the suggested causes rubbish? Number 3 says that Apache needs to be compiled with dso support (--enable-so) and you don't have it in your Apache config line. Recompile Apache with: ./configure \ --enable-layout=RedHat \ --enable-ssl=shared \ --enable-disk-cache \ --enable-mem-cache \

[PHP-INST] php4.2 configure script failure using apxs2 (apache-2.0.35)

2002-05-06 Thread Andy
I have tried running the configure script on both the current tarball download version of php4.2 (and also the latest CVS version) The compile script stops when it checks for apxs. I used the following command on both occations: ./configure --with-mysql --with-apxs2=/usr/sbin/apxs I have re-comp