Tobias Andersson <tobias.andersson <at> multiq.com> writes: > > I have an issue with php-cgi failing on execute with error msg: > > php-cgi: relocation error: php-cgi: symbol mysql_server_init, version libmysqlclient_16 not defined > in file libmysqlclient.so.18 with link time reference > > libmysqlclient.so.18 comes from mariadb > branch is krogoth > > Med vänlig hälsning/ Kind Regards > > Tobias Andersson > > Software Developer > > Direct: +46 (0)10 211 66 05 > Office: +46 (0)10 211 66 00 > > tobias.andersson <at> multiq.com > > www.multiq.com
I had the same Problem with php and my own built application using mysql. I get it solved by updating the binutils to a more up-to-date release. The problem was also discussed here: https://sourceware.org/bugzilla/show_bug.cgi?id=19698 It's due to problem with the linker, which puts old version links into the executable. Good luck and Kind Regards Severin Birrer -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
