php + lighttpd Yocto

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

php + lighttpd Yocto

2,170件の閲覧回数
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,566件の閲覧回数
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,566件の閲覧回数
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 件の賞賛
返信