I've downloaded untarred and otherwise made ready openssh 3.4. When I try to run configure for it, I get the following error (note I am running the 2.2.x kernal)
checking for daemon... yes checking for getpagesize... yes checking whether snprintf correctly terminates long strings... yes checking whether getpgrp requires zero arguments... yes configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for de tails) *** I do have what I believe is the most current libcrypto available installed.... I've tried mod_ssl-2.8.10-1.3.26 and openssl-0.9.1c They seem to configure/make/make install correctly, but configure for openssh seems to not be able to fund them. The config.log doens't reveal anything that seems to relate.... configure:2443: $? = 1 configure: failed program was: #line 2432 "configure" #include "confdefs.h" Then more configure stuff goes forward so this doesn't seem to be related I see a couple other fails for it in the log but I don't see libcrypto stuff specifically
