php + lighttpd Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

php + lighttpd Yocto

1,221 Views
scottkim
Contributor I

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?

0 Kudos
2 Replies

617 Views
b36401
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

617 Views
scottkim
Contributor I

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

0 Kudos