Dear all,
Last two months ago I use php on apache. It was pretty. To support SSL, I need to reinstall them again. I set httpd.conf like before. But when I start apache,
Cannot load /opt/apache/libexec/libphp5.so into server: ld.so.1: /opt/apache/bin/httpd:
I have already read threads about this problem. Some pointed that it is because unix c compiler. Then I tried both apache and php using gcc. I tried it. But it was not a solution for me.
env CC=gcc ./configure ..... ( php )
env CC=gcc ./configure --enable-so ( apache )
Some said this can cause when there are two libxml versions.
For there is no right for normal user to delete libxml and I am also not sure there are two libxml versions, I haven't tried this option yet.
Although this is not a php specific problem, some frds here might face this problem and could solve it too. Any help much appreciated. Thanks in advance.
Mitchell