-
Notifications
You must be signed in to change notification settings - Fork 42
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
Pinba 1.2, libpinba_engine.so: undefined symbol: _ZTI7handler [CentOS 6.8 x64] #59
Comments
Just compile pinba_engine with exactly the same flags as mysql. Your issue can be solved adding -fno-rtti to compile flags. |
@iprok is there anything else that could cause this? I'm trying something similar on Ubuntu 16.04 and I have extracted the config flags from the mysqlbug command:
I have used these flags in both the cmake command for the mariadb sources and for the ./configure command inside of the pinba engine. Everything compiles correctly but even after I copy the libpinba_engine.so to the right folder, I get the dreaded error _ZTI7handler undefined symbol |
Sorry can't help you cause I'm not a developer. But because of such problems with updating pinba, I've just migrated to docker version of it. You can try also to do so. |
I appreciate the reply @iprok do you happen to have a link to the docker image you use? I see about 4 of them when I google! |
The official one of course: https://github.com/tony2001/pinba_engine/wiki/Docker |
The same problem :( Ubuntu 14.04 Any news? |
Hello.
After compiling plug-in for MySQL 5.5.54, when i try to add a plug-in MySQL error is output:
This happens only when compile the latest version (1.2.0) from the repository.
Version 1.1.0 is going correctly.
OS: CentOS 6.8 x64 (3.18.44)
Build script:
Hopefully this bug will be fixed.
Thank you for your work.
Sincerely.
The text was updated successfully, but these errors were encountered: