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

undefined symbol: thd_alloc_service #182

Closed
1044730317 opened this issue Nov 20, 2017 · 1 comment
Closed

undefined symbol: thd_alloc_service #182

1044730317 opened this issue Nov 20, 2017 · 1 comment

Comments

@1044730317
Copy link

1044730317 commented Nov 20, 2017

I installed plugins on version 5.7.18 .

    INSTALL PLUGIN AUDIT SONAME 'libaudit_plugin.so';

The following error occurs:
(errno: 13 mysql_5.7.18/lib/plugin/libaudit_plugin.so: undefined symbol: thd_alloc_service)

Find the definition of the error in this file. " mysql-audit-master/src/MySQLPlugin.map "

{
global:
mysql_plugin_declarations;
mysql_plugin_interface_version;
mysql_sizeof_struct_st_plugin;
audit_plugin_so_init;
thd_alloc_service;

    local: *;

};

What is the effect of this definition? " thd_alloc_service; "

@aharonrobbins
Copy link

Hi. Apologies for the late response. There was a snafu with my email address and I did not see this issue.

Please try the latest version of the plugin. It should support 5.7.18 out of the box.

Thanks!

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