> 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.
There are many issues with php-recode, I'm fixing that right now. There are symbol conflicts with php-imap and php-mysql, so you need to build it with a patched version of recode, but the problem is that the linker always looks first in /usr/lib, so if the regular recode is installed, it conflicts. I'll upload a new package today. > > 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. The problem was that both versions were loaded at the same time. It's fixed in the 2.0.40ADVX packages.
