Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-compose issues #25

Closed
Bananzz opened this issue Mar 16, 2021 · 3 comments
Closed

Docker-compose issues #25

Bananzz opened this issue Mar 16, 2021 · 3 comments

Comments

@Bananzz
Copy link

Bananzz commented Mar 16, 2021

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!

@anton-povarov
Copy link
Contributor

Hey.
This looks weird, seems like a weirdness with the linker.
Hmmm, gai_cancel should be in -lanl and be checked for at linking time.

I'll try reproduce this today or tomorrow.

@anton-povarov
Copy link
Contributor

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

@Bananzz
Copy link
Author

Bananzz commented Mar 22, 2021

Yes, it's building and starting now. Thanks!

@Bananzz Bananzz closed this as completed Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants