I've been able to successfully upgrade my HPUX 11.00/32 server to OpenPKG 2.5 with the following adjustments:

1) Had to build gcc3-3.4.5 from CURRENT before building gcc-4.0.2. For whatever reason the previously installed gcc-3.4.4-2.4.0 didn't work...

2) OpenSSH 4.2p1 builds fine, but doesn't finish installing due to errors with ssh-keygen. I kept getting "Bits has bad value 2048 (too small)" errors when trying to create the host keys. Removing the '-b 2048' from the .spec file worked...

3) When adding 'UsePAM Yes' to the sshd_config file I have to remove all openssh entries from /etc/pam.conf. These are the entries I removed:

#<OpenPKG id="/openpkg:openssh">
openssh auth     required   pam_unix.so try_first_pass
openssh account  required   pam_unix.so
openssh password required   pam_unix.so
openssh session  required   pam_unix.so
#</OpenPKG>
        pam_unix.so doesn't exist on this machine

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

Reply via email to