On Wednesdayen den 15 May 2002 15.47, Steve Fox wrote:
> I'm still having problems getting Apache and PHP together. If I run
> /usr/sbin/httpd with all the parameters (grabbed by using #!/bin/sh -x
> in the rc script) except for -DHAVE_PHP4 it starts up just fine.
> Strangely enough when I leave PHP in there, it dies with no message on
> stdout.
>
> Does anyone else have this working? Should Oden's PHP packages work with
> Apache 1.3.24?
There was a bug (or strange feature;)) in the %post section in the php.spec
file which did this:
%post common
if [ ! -e /etc/php.ini -a -e /etc/php.ini.rpmsave ]; then
cat /etc/php.ini.rpmsave > /etc/php.ini
fi
As you see here, no new php.ini file would ever be installed...
It is fixed with my "php-4.2.0-3mdk". My advise to you is to uninstall all of
your php stuff and remove your /etc/php.ini file. Install my updated php
stuff from http://d-srv.com/Cooker/
Also..., as I understand it php-recode and php-mysql can't be installed at
the same time. Therefore the latest php-recode has a "Conflict: php-mysql" in
it to prevent segfaults.
Good luck!
--
Regards // Oden Eriksson