Closed 1044730317 closed 6 years ago
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_plugindeclarations; _mysql_plugin_interfaceversion; _mysql_sizeof_struct_stplugin; audit_plugin_so_init; thd_alloc_service;
local: *;
};
What is the effect of this definition? " thd_alloc_service; "
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!
I installed plugins on version 5.7.18 .
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_plugindeclarations; _mysql_plugin_interfaceversion; _mysql_sizeof_struct_stplugin; audit_plugin_so_init; thd_alloc_service;
};
What is the effect of this definition? " thd_alloc_service; "