Comment 1 for bug 730035

Revision history for this message
Philip Stoev (pstoev-askmonty) wrote :

The error is:

https://internal.askmonty.org/buildbot/builders/test-handlersocket/builds/8/steps/install-handlersocket/logs/stdio

ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: _ZNSt6vectorIN4dena9prep_stmtESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEmRKS1_)

with c++filt:

ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> >::_M_fill_insert(__gnu_cxx::__normal_iterator<dena::prep_stmt*, std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> > >, unsigned long, dena::prep_stmt const&))

the same test passes when handlersocket from githup is compiled against mysql-5.1 and when handlersocket from github is compiled against 5.3-handler using the patch serg provided.