On Tue, 2002-09-17 at 00:28, Lonnie Borntreger wrote: > Well, finally made some headway on this. If I replicate what the > commandline is that /etc/init.d/httpd uses - but remove -DHAVE_PHP4 and > -DHAVE_SSL, it starts up correctly. > > With -DHAVE_PHP4, I see this: > httpd2: relocation error: /usr/lib/php/extensions/recode.so: undefined > symbol: recode_new_outer
I un-installed the apache2-mod_php package and reinstalled it... no luck. Finally checked where that .so was coming from, removed php-recode, and now it works with PHP. > Is it a problem having apache2-mod_ssl and mod_ssl installed? Will > removing mod_ssl break anything (apache v1 is removed). Other than > that, I still have no clue why HAVE_SSL causes failure. The answer to that is: yes, it is a problem. I removed mod_ssl and now it works. So it all good now. TTFN, Lonnie Borntreger
