php + lighttpd Yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

php + lighttpd Yocto

2,169 次查看
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 项奖励
回复
2 回复数

1,565 次查看
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 项奖励
回复

1,565 次查看
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 项奖励
回复