You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm building pinba2 in docker env (git clone of master -> docker-compose build -> docker-compose up)
I have no issues during build phase, but "up" stage failing: mysql daemon cannot start:
pinba2-fedora-25 | ERROR 1126 (HY000) at line 1: Can't open shared library '/usr/lib64/mysql/plugin/libpinba_engine2.so' (errno: 13, undefined symbol: gai_cancel)
pinba2-fedora-25 exited with code 1
Mysql/Mariadb version seems to be correct:
pinba2-fedora-25 | Version: '10.1.26-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 0 MariaDB Server
Have you any workardounds for this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Right, this is definitely a linking issue (maybe it's myself not understanding how things should be done "the right way").
In any case i've just pushed d27f667 to master, please give it a try
Hi!
I'm building pinba2 in docker env (git clone of master -> docker-compose build -> docker-compose up)
I have no issues during build phase, but "up" stage failing: mysql daemon cannot start:
pinba2-fedora-25 | ERROR 1126 (HY000) at line 1: Can't open shared library '/usr/lib64/mysql/plugin/libpinba_engine2.so' (errno: 13, undefined symbol: gai_cancel)
pinba2-fedora-25 exited with code 1
Mysql/Mariadb version seems to be correct:
pinba2-fedora-25 | Version: '10.1.26-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 0 MariaDB Server
Have you any workardounds for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: