Menu
  • HOME
  • TAGS

libmysqlcppconn.so.5: cannot open shared object file: No such file or directory

c++,mysql,linux,mysql-connector,libmysql

You should build and package it for your server. Your application was linked against a different (incompatible) version of one of the libraries it uses. IMHO the simplest is often to build it on the box it is going to run on....

Error with MySQL Instalattion in Centos 6.4

mysql,centos,libmysql

As far that I know, that error will shows up when you attempt to install packages that already have been installed before. So, you probably should reinstall your mysql. Source : https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s3-rpm-conflicting-files.html