On Tue, Feb 14, 2006, Doug Summers wrote:

> [...]
> + pam_cfgloc=/etc/pam.conf
> + break
> + '[' -d /etc/pam.conf ']'
> + '[' -f /etc/pam.conf ']'
> ++ cat /etc/pam.conf
> ++ head -1
> ++ grep '^#*[   ]*other'
> ++ awk '{ print $4; }'
> + mod=
> [...]

Ah, ok. I see. The problem on AIX is that an *empty* /etc/pam.conf
exists and this way no "other" line can be found in it and as a result
the filesystem location of the PAM DSOs cannot be found. Hmmm... this
means that pam.spec actually requires a platform specific hack just
for AIX. I've tried to fix the "pam" module in OpenPKG-CURRENT. Please
retry with pam-0-20060214.src.rpm or higher from OpenPKG-CURRENT. It now
should out-of-the-box determine the PAM parameters on AIX and if you
install something like "openssh" the PAM entries should be correct now.

Thanks for your support and feedback, Doug.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to