I got error message as below:
root@imx6dlsabresd:~# php --version
php: relocation error: php: symbol mysql_server_init, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link time reference
What is doing next for debug?
You need to add mysql as well.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I have already included mysql5 before. However, I got same error message:
root@imx6dlsabresd:~# php --version
php: relocation error: php: symbol mysql_server_init, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link time reference