Comment 3 for bug 287090

Revision history for this message
Vladimir Kolesnikov (vkolesnikov) wrote :

Hi JYM,

the problem with missing reference is on MySQL side. To make things work you will need to conifugre MySQL with the following option: --with-mysqld-ldflags=-export-dynamic

e.g.:

./configure --with-extra-charsets=complex --with-mysqld-ldflags=-export-dynamic
make
make install (as root)

This worked for me. However I had some problems using PBXT right after the INSTALL PLUGIN command. So I had to restart MySQL server and after that everything worked fine.