Hello to everybody:
"Cannot load /var/apache/libexec/libphp4.so into server: libmysqlclient.so.10: cannot open shared object file: No such file or directory"
That's the error message I obtain when trying to configure php 4.0.4 with apache 1.3.14, openssl 0.9.6, mysql 3.23.32 as DSO.
I type:
./configure --with-apxs=/path_to_apache/bin/apxs --with-mysql=/path_to_mysql --enable-track-vars --enable-trans-sid --enable-versioning --with-gd --enable-magic-quotes --with-openssl=/path_to_openssl
make
make install
Everything seems to go fine but when I try to restart apache I find that error message.
Any idea? Please help.
Thanks in advance.
Jesús.