From owner-freebsd-current Tue Apr 4 14:48:50 2000 Delivered-To: freebsd-current@freebsd.org Received: from narcissus.net (narcissus.net [209.73.230.146]) by hub.freebsd.org (Postfix) with ESMTP id B092637B85C for ; Tue, 4 Apr 2000 14:48:46 -0700 (PDT) (envelope-from ben@narcissus.net) Received: by narcissus.net (Postfix, from userid 1000) id D5890C0; Tue, 4 Apr 2000 17:41:05 -0400 (EDT) Date: Tue, 4 Apr 2000 17:41:05 -0400 From: Ben Rosengart To: current@freebsd.org Subject: sshd library problems Message-ID: <20000404174105.A302@narcissus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am running a 5.0-CURRENT system cvsup'd this afternoon, and sshd is not working for me. When I try to start it, I get the following: ** RSA_PKCS1: Unable to find an RSA implemenation shared library. ** Install either the USA (librsaINTL.so) or International (librsaUSA.so) ** RSA library on your system and run this program again. Then a pointer to a doc (which I read), then it receives signal 11 and dumps core. (BTW, "implementation" is misspelled there.) I have rsaref-2.0 installed from ports, and I have USA_RESIDENT=YES and RSAREF=YES defined in /etc/make.conf. I've cvsupped from a new vanilla standard-supfile, using the cvs-crypto collection. Here are two lines from the output of "truss sshd": access("/usr/lib/librsaINTL.so",0) = 0 (0x0) open("/usr/lib/librsaINTL.so",0,027757770600) = 4 (0x4) Needless to say, I find this slightly confusing. What am I doing wrong? Thanks in advance. -- Ben "I didn't order any WOO-WOO... Maybe a YUBBA... But no WOO-WOO!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message