Hello All, During the make of openssh-2.9 on solaris 5.8 make failed with the following error: ld: fatal: symbol `des_check_key' is multiply-defined: (file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and file / xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_set_odd_parity' is multiply-defined: (file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and file / xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_is_weak_key' is multiply-defined: My configure included the following options: --prefix=/xxx/xxx/solaris/ssh --sysconfdir=/etc/ssh --with-kerberos4=/xxx/xxx/solaris/admin/sys/krb4 --with-afs --with-ssl-dir=/xxx/xxx/solaris/openssl --with-tcp-wrappers --with-pid-dir=/etc/ssh Any suggestions on how to correct this? thanks, dean