percona 5.5.33 included pam AND latest trunk won't load
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-pam-for-mysql |
New
|
Undecided
|
Unassigned |
Bug Description
Hi, I have installed Percona rpms on a CentOS6 server:
Percona-
Percona-
Percona-
Percona-
But when I try to enable the auth_pam plugin:
mysql> INSTALL PLUGIN auth_pam_server SONAME 'auth_pam.so';
ERROR 1127 (HY000): Can't find symbol 'auth_pam_server' in library
Everything looks fine:
mysql> show variables like '%plugin%';
+------
| Variable_name | Value |
+------
| plugin_dir | /usr/lib64/
+------
1 row in set (0.00 sec)
mysql> exit
Bye
[root@ks-
-rwxr-xr-x. 1 root root 13136 Jul 1 05:26 /usr/lib64/
I found one(!) hit on google: http://
But since I haven't compiled this plugin myself (Percona has) - I find it odd, that it should have been compiled wrongly.. ?
I also tried 5.5.33 - and I also tried compiling the plugin myself from bzr trunk - and it failed the exact same way.
I was really looking forward to working with the pam plugin.. :(