If you get the error:
gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
when compiling php, type:ln -s /usr/lib/libmysqlclient.so /usr/lib/mysql/libmysqlclient.so
then recompile again.If you get the error:
gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
when compiling php, type:ln -s /usr/lib/libmysqlclient.so /usr/lib/mysql/libmysqlclient.so
then recompile again.