make install installs pam_pgsql.so* to /lib/security instead of /lib64/security. This results in moduel not found errors. /lib is not a symlink to /lib64. They're independent.
Can the configure script be altered to install to /lib64/security?
Thanks,
Phil
This should be more or less fixed with my rewritten build system ( http://gitorious.org/~flameeyes/pam-pgsql/flameeyes-pam-pgsql ) as that uses the passed --libdir parameter to find where to install the file… you should call it ./configure --libdir=/lib64 but then it should work fine.
Hi
dgp85 work has been comitted into git tree.
I ask you to try out it and let us know if it has been solved with this workaround:
./configure --libdir=/lib64
Thanks