Hi, this is on an aix v4.3 server. openssl and zlib installed fine, but i get a zlib error??? I'm using the previous versions due to the aix 4.3 matchup. Thanks in advance for correcting this... myserver:/home/root/openssh-3.9p1 # make if test ! -z "yes"; then \ /usr/local/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Entering directory `/home/root/openssh-3.9p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/root/openssh-3.9p1/openbsd-compat' comitserv:/home/root/openssh-3.9p1 # make install (cd openbsd-compat && make) make[1]: Entering directory `/home/root/openssh-3.9p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/root/openssh-3.9p1/openbsd-compat' (cd scard && make DESTDIR= install) make[1]: Entering directory `/home/root/openssh-3.9p1/scard' ../mkinstalldirs /usr/local/share .././install-sh -c -m 0644 ./Ssh.bin /usr/local/share/Ssh.bin make[1]: Leaving directory `/home/root/openssh-3.9p1/scard' ./mkinstalldirs /usr/local/bin ./mkinstalldirs /usr/local/sbin ./mkinstalldirs /usr/local/man ./mkinstalldirs /usr/local/share ./mkinstalldirs /usr/local/man/man1 ./mkinstalldirs /usr/local/man/man5 ./mkinstalldirs /usr/local/man/man8 ./mkinstalldirs /usr/local/libexec (umask 022 ; ./mkinstalldirs /var/empty) ./install-sh -c -m 0755 -s ssh /usr/local/bin/ssh ./install-sh -c -m 0755 -s scp /usr/local/bin/scp ./install-sh -c -m 0755 -s ssh-add /usr/local/bin/ssh-add ./install-sh -c -m 0755 -s ssh-agent /usr/local/bin/ssh-agent ./install-sh -c -m 0755 -s ssh-keygen /usr/local/bin/ssh-keygen ./install-sh -c -m 0755 -s ssh-keyscan /usr/local/bin/ssh-keyscan ./install-sh -c -m 0755 -s sshd /usr/local/sbin/sshd if test ! -z "yes" ; then \ ./install-sh -c -m 0755 -s ssh-rand-helper /usr/local/libexec/ssh-rand-helper ; \ fi ./install-sh -c -m 4711 -s ssh-keysign /usr/local/libexec/ssh-keysign ./install-sh -c -m 0755 -s sftp /usr/local/bin/sftp ./install-sh -c -m 0755 -s sftp-server /usr/local/libexec/sftp-server ./install-sh -c -m 644 ssh.1.out /usr/local/man/man1/ssh.1 ./install-sh -c -m 644 scp.1.out /usr/local/man/man1/scp.1 ./install-sh -c -m 644 ssh-add.1.out /usr/local/man/man1/ssh-add.1 ./install-sh -c -m 644 ssh-agent.1.out /usr/local/man/man1/ssh-agent.1 ./install-sh -c -m 644 ssh-keygen.1.out /usr/local/man/man1/ssh-keygen.1 ./install-sh -c -m 644 ssh-keyscan.1.out /usr/local/man/man1/ssh-keyscan.1 ./install-sh -c -m 644 sshd_config.5.out /usr/local/man/man5/sshd_config.5 ./install-sh -c -m 644 ssh_config.5.out /usr/local/man/man5/ssh_config.5 ./install-sh -c -m 644 sshd.8.out /usr/local/man/man8/sshd.8 if [ ! -z "yes" ]; then \ ./install-sh -c -m 644 ssh-rand-helper.8.out /usr/local/man/man8/ssh-rand-helper.8 ; \ fi ./install-sh -c -m 644 sftp.1.out /usr/local/man/man1/sftp.1 ./install-sh -c -m 644 sftp-server.8.out /usr/local/man/man8/sftp-server.8 ./install-sh -c -m 644 ssh-keysign.8.out /usr/local/man/man8/ssh-keysign.8 rm -f /usr/local/bin/slogin ln -s ./ssh /usr/local/bin/slogin rm -f /usr/local/man/man1/slogin.1 ln -s ./ssh.1 /usr/local/man/man1/slogin.1 if [ ! -d /usr/local/etc ]; then \ ./mkinstalldirs /usr/local/etc; \ fi /usr/local/etc/ssh_config already exists, install will not overwrite /usr/local/etc/sshd_config already exists, install will not overwrite /usr/local/etc/ssh_prng_cmds already exists, install will not overwrite /usr/local/etc/moduli already exists, install will not overwrite /usr/local/etc/ssh_host_key already exists, skipping. /usr/local/etc/ssh_host_dsa_key already exists, skipping. /usr/local/etc/ssh_host_rsa_key already exists, skipping. /usr/local/sbin/sshd -t -f /usr/local/etc/sshd_config Could not load program /usr/local/sbin/sshd Could not load library libz.a[shr.o] Error was: No such file or directory make: [check-config] Error 255 (ignored)