Hi,
i just updated my Suse Server to PHP-Version 4.3.4.
configure and make, make install worked fine.
But when i try to restart the apache server it fails.
I used the following command:
/etc/init.d/apache restart
This ends up with:
Starting httpd [ Jserv PERL PHP4 SSL ]/etc/init.d/apache: line 172: 4337 Segmentation fault $HTTPD_BIN $INET6 -t -f /etc/httpd/httpd.conf $MODULES >/var/log/httpd/rcapache.log 2>&1
But when i use apachectl startssl it works. apachectl start doesn't work either. Funny thing is. It worked before. When the server is restarted, it works too.
I used the the following to configure:
./configure --with-mysql --with-apxs --with-ssl --with-xml
and
./configure --with-mysql --with-apxs
Same thing. Nothing changes.
Any Ideas ?
cu...