18.01.2015, 12:04
What distro are you running? CentOS 5/6/7 , Debian(Ubuntu)?
Incase of:
[CentOS] run "yum whatprovides libmysqlclient.so.15" inorder to find out what package provides that library. ( The package that you're missing should be "mysql-devel". )
[Debian[Ubuntu]] ( I hate Debian based distros but here): " apt-get install libmysqlclient-dev" <- should be it.
Let me know if my answer helped you, if not i'll spend a little time more searching the right package and solution for you.
Incase of:
[CentOS] run "yum whatprovides libmysqlclient.so.15" inorder to find out what package provides that library. ( The package that you're missing should be "mysql-devel". )
[Debian[Ubuntu]] ( I hate Debian based distros but here): " apt-get install libmysqlclient-dev" <- should be it.
Let me know if my answer helped you, if not i'll spend a little time more searching the right package and solution for you.