I just upgraded from mysql 4.0? to 4.1.7.
When I try to restart apache, i get the following error:
Cannot load /usr/local/apache2/modules/libphp5.so in server: libmysqlclient.so.12: cannot open shared objec file: No such file or directory
During the upgrade libmysqclient.so.12 was replaced by libmysqlclient.so.14. I've looked into the shared compat rpms but they seem to be for mysql 3 > mysql 4 upgrades.
Do I need to reconfigure php5 to use the new mysql client library?