Bug #35097 pam_mysql 0.6.2 failure without innodb
Submitted: 6 Mar 2008 8:54 Modified: 18 Mar 2008 14:19
Reporter: Aaron McMurray Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.23-maria OS:Linux (ubuntu 6.0.6)
Assigned to: CPU Architecture:Any
Tags: pam_mysql no compile

[6 Mar 2008 8:54] Aaron McMurray
Description:
when i go to compile pam to use with mysql 5.1.x it sais no sutable mysql found

complie time settings are

./configure \
--prefix=/usr/local/mysql-5.1.x \
--localstatedir=/usr/local/mysql-5.1.x/data \
--with-mysqld-user=mysql \
--without-debug \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--with-extra-charsets=none \
--enable-assembler \
--enable-shared \
--with-unix-socket-path=/tmp/mysql-5.1.x.socket \
--without-innodb \
--without-bench \
--without-docs \
--without-extra-tools \
--without-ndb-debug \
--with-big-tables

How to repeat:
compile pam mysql 0.6.2 with these settings then compile pam with
./configure \
--prefix=/usr/local/pam_mysql \
--with-mysql=/usr/local/mysql-5.1.x

Suggested fix:
to fix it i removed the "--without-innodb \" and it workes
[18 Mar 2008 14:19] Susanne Ebrecht
Many thanks for reporting a bug. 
Unfortunately we are not responsible for pam mysql.

The software "pam mysql" is a separat software not developed from MySQL.
http://sourceforge.net/projects/pam-mysql/

Please send your problem to:
http://sourceforge.net/tracker/?group_id=5741
That's the bug tracking system from pam mysql.