On Wed, Aug 14, 2002 at 02:24:15PM +0200, Boyle Owen wrote: > So, it looks like the newly installed ssh is trying to get its entropy from >/dev/urandom instead of prngd. That would explain the "not seeded" error. >Incidentally, apache/mod_ssl is working fine with this prngd so, indeed, the problem >doesn't lie there. It therefore looks like I need to sort out ssh. I would compile it >from source but I run into the famous "Your OpenSSL headers do not match your >library" error. > > I don't really see why it is complaining - is it finding a mismatch between >/usr/local/ssl/include/*.h and /usr/local/ssl/lib/libssl.a?
It seems to find a mismatch between the headers and the library. It is not necessarily true, that this is caused by the headers and libraries shown. If you have another OpenSSL installation on the system that has shared libraries, it will be preferred over the static libssl.a. In this case it might help to enforce the location of OpenSSL into OpenSSH's configure line: "configure --with-ssl=/usr/local/ssl ..." or similar, such that another version of OpenSSL that is available in the system locations is not used... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]