Menu

#8 pam_pgsql.so installed in wrong place for 64-bit SuSE 10.3

0.7
open
None
5
2012-09-14
2009-10-27
No

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

Discussion

  • Diego Elio Pettenò

    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.

     
  • William Grzybowski

    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

     

Log in to post a comment.

MongoDB Logo MongoDB