After installing apache, mysql and php I tested it to a static and php test page and it works fine.
I then install Wordpress and now apache won't even start.
so I need libmysqlclient.so.15
How do I obtain libmysqlclient.so.15? Don't want to use RPM..
What can I do to avoid this in the future?
Yesterday and today I have tried various things to try and resolve this.. mostly research but I haven't gotten anywhere. Any help would be appreciated.
I then install Wordpress and now apache won't even start.
Code:
# more /var/log/httpd-error.log
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/mysql.so' - Shared object
"libmysqlclient.so.15" not found, required by "mysql.so" in Unknown on line 0
bigkill#
so I need libmysqlclient.so.15
Code:
# locate libmysqlclient.so.15
# locate libmysqlclient.so.16
/usr/local/lib/mysql/libmysqlclient.so.16
#
How do I obtain libmysqlclient.so.15? Don't want to use RPM..
What can I do to avoid this in the future?
Yesterday and today I have tried various things to try and resolve this.. mostly research but I haven't gotten anywhere. Any help would be appreciated.