TechNexion / edm-yocto-bsp

(Archived, please change to use tn-imx-yocto-manifest) Yocto Project manifests
17 stars 18 forks source link

php error becouse binutils #3

Closed maku0 closed 6 years ago

maku0 commented 6 years ago

Hi, During adding php to the image i met such error when executing php in device: root@pico-imx6:~# php php: relocation error: php: symbol mysql_server_init, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link time reference

I found solution: http://www.variscite.com/support-forum/viewtopic.php?t=372 Needed new version of binutils https://github.com/varigit/meta-variscite-imx/blob/Krogoth-imx-4.1.15-var01/recipes-devtools/binutils/binutils-cross_2.26.bbappend After these path everything works fine. Please consider update in your yocto distribution. Best regards, Karol

richard-hu commented 6 years ago

Hello, Karol:

Great work!!! Thanks for your advice ! I will apply your fix soon.

BR, Richard