[DOC]"Installing server-side plugin" contain misleading (wrong) instruction
Bug #988187 reported by
Predrag Zecevic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-pam-for-mysql |
Fix Released
|
Medium
|
Hrvoje Matijakovic |
Bug Description
[In:Percona Toolkit Documentation]
Chapter "Installing server-side plugin" contain misleading (wrong) instruction.
Should be:
mysql> INSTALL PLUGIN auth_pam_server SONAME 'auth_pam.so';
instead:
mysql> INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
(luckily, source code contains proper instructions).
Best regards.
Related branches
lp://staging/~hrvojem/percona-pam-for-mysql/bug1043061
- Sergei Glushchenko (community): Approve
-
Diff: 36 lines (+13/-2)2 files modifieddoc/source/installation.rst (+1/-1)
doc/source/release-notes.rst (+12/-1)
affects: | percona-toolkit → percona-pam-for-mysql |
Changed in percona-pam-for-mysql: | |
assignee: | nobody → Hrvoje Matijakovic (hrvojem) |
summary: |
- [DOC] + [DOC]"Installing server-side plugin" contain misleading (wrong) + instruction |
Changed in percona-pam-for-mysql: | |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in percona-pam-for-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi again,
it is also not documented how to compile from source properly (or how it was compiled for rpm).
When i try to use it, i get:
ERROR 2059 (HY000): Authentication plugin 'auth_pam' cannot be loaded: ld.so.1: mysql: fatal: /usr/local/ mysql/lib/ plugin/ auth_pam. so: open failed: No such file or directory
NOTES: mysql/plugin/ auth_pam. so dev.mysql. com/downloads/ mysql/5. 5.html
* Percona plugin rpm installs plugin into: /usr/lib64/
* I am running MySQL 5.5.23 x86_64 from http://
* CentOS 6.2 x86_64
I have tried to compile it myself:
./configure --prefix= /usr/lib64/ mysql/plugin --libdir= /usr/lib64/ mysql/plugin --disable-static
And i am getting same error.
What is proper way to compile it and use?
Thanks and regards.