From owner-freebsd-current Sun Feb 27 23:59:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 0C5FC37B77D for ; Sun, 27 Feb 2000 23:59:18 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id IAA17648 for ; Mon, 28 Feb 2000 08:59:16 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id IAA09369 for ; Mon, 28 Feb 2000 08:59:57 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id IAA19766 for freebsd-current@freebsd.org; Mon, 28 Feb 2000 08:59:17 +0100 (CET) Date: Mon, 28 Feb 2000 08:59:17 +0100 (CET) From: Christoph Kukulies Message-Id: <200002280759.IAA19766@gil.physik.rwth-aachen.de> To: freebsd-current@freebsd.org Subject: RSA/openssl compile problem Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After my nightly build of -current ran through on Feb 26th and had installed everything I find myself with things broken WRT ssh. My first invocation of ssh resulted in a warning that it was creating a new host entry in known_hosts, then I got : ** R_RandomInit: Unable to find an rsaref shared library (librsaref.so). ** Install an RSA package on your system and run this program again OK, I browsed through the source tree to locate something looking like an RSA package and found /usr/src/crypto/openssl But trying to compile/install fails. I did a Configure FreeBSD-elf and everything looked fine in the first place but then: making links in crypto/rc5... Makefile => Makefile.ssl rc5.h => ../../include/openssl/rc5.h rc5test.c => ../../test/rc5test.c cd: can't cd to idea *** Error code 2 and also .. Making all in crypto... make: don't know how to make ../include/openssl/bio.h. Stop *** Error code 1 Stop in /usr/src/crypto/openssl. then: -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message