I start the instalation, now i receive a error for file dependencies
see:
root@ca [~/sitebuilder]# rpm -Uhv updates/*.rpm
error: Failed dependencies:
libmysqlclient.so.15()(64bit) is needed by php5sb-5.2.1-10swsoft.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by php5sb-5.2.1-10swsoft.x86_64
How to install a libmysqlclient.so.15 dependence on centos?
Thanks.
I have encountered this problem before.
I checked libmysqlclient.so version, it's libmysqlclient.so.16 but not libmysqlclient.so.15.
so I used MySQL-shared-compat rpm package to solve this.
run: