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:
>
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
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 \
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