Hi, I downloaded percona-pam-plugin source code, compiled and installed it following instructions in http://www.percona.com/doc/percona-pam-for-mysql/installatio n.html. When I tried to install the plugin, it failed:
mysql> INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
ERROR 1127 (HY000): Can't find symbol 'auth_pam' in library
Can someone shed some light on this issue and how to fix it? Thanks.
mysql> INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
ERROR 1127 (HY000): Can't find symbol 'auth_pam' in library
Can someone shed some light on this issue and how to fix it? Thanks.
Comment