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

Error RHEL 6 and MySQL 5.5.25 #11

Closed
srinathman opened this issue Sep 12, 2012 · 2 comments
Closed

Error RHEL 6 and MySQL 5.5.25 #11

srinathman opened this issue Sep 12, 2012 · 2 comments

Comments

@srinathman
Copy link

Error:

120912 11:16:26 [ERROR] Can't open shared library '/usr/lib64/mysql/plugin/libaudit_plugin.so' (errno: 0 /usr/lib64/mysql/plugin/libaudit_plugin.so: undefined symbol: __cxa_pure_virtual)
120912 11:16:26 [ERROR] Couldn't load plugin named 'AUDIT' with soname 'libaudit_plugin.so'.

MySQL-server-5.5.25-1.el6.x86_64 (from MySQL website - RPM package for RHEL6 & Oracle Linux 6

@glicht
Copy link
Contributor

glicht commented Sep 12, 2012

Hi,

Thanks for reporting. This seems to be similar to issue #1. It looks like it is happening as we are using gcc to compile and not g++. We plan to move to g++ soon and hopefully this will be resolved then.

Best,

Guy

glicht pushed a commit that referenced this issue Oct 22, 2012
… of gcc which doesn't expose __cxa_pure_virtual.

SELinux support: avoid retrictions regarding mprotect modes.
Additional offests upto 5.5.28 and 5.1.66.
@glicht
Copy link
Contributor

glicht commented Oct 22, 2012

Latest commit resolves this. Will be included as part of 1.0.3. release.

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