From owner-freebsd-current Tue Apr 4 15:36:35 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 8B9A837B7B9 for ; Tue, 4 Apr 2000 15:36:33 -0700 (PDT) (envelope-from ben@narcissus.net) Received: by narcissus.net (Postfix, from userid 1000) id CC10F57; Tue, 4 Apr 2000 18:28:56 -0400 (EDT) Date: Tue, 4 Apr 2000 18:28:56 -0400 From: Ben Rosengart To: "Matthew D. Fuller" Cc: current@FreeBSD.ORG Subject: Re: sshd library problems Message-ID: <20000404182856.A27543@narcissus.net> References: <20000404174105.A302@narcissus.net> <20000404172852.C1916@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000404172852.C1916@futuresouth.com>; from fullermd@futuresouth.com on Tue, Apr 04, 2000 at 05:28:52PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 04, 2000 at 05:28:52PM -0500, Matthew D. Fuller wrote: > Hi Ben :) Hello Matthew, always nice to "see" you. > On Tue, Apr 04, 2000 at 05:41:05PM -0400, a little birdie told me > that Ben Rosengart remarked > > 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. > > (Aren't those filenames reversed? Just a hunch...) Hmm. As you can see in my truss output, it's librsaINTL.so that's getting picked up. > (ttypb):{54}% ll /usr/lib/librs* > -r--r--r-- 1 root wheel 6358 Mar 14 04:03 /usr/lib/librsaUSA.a > lrwxr-xr-x 1 root wheel 14 Mar 14 04:03 /usr/lib/librsaUSA.so@ -> librsaUSA.so.1 > -r--r--r-- 1 root wheel 8080 Mar 14 04:03 /usr/lib/librsaUSA.so.1 > -r--r--r-- 1 root wheel 7122 Mar 14 04:03 /usr/lib/librsaUSA_p.a I moved /usr/lib/librsaINTL* to a backup location, and now the ssh programs no longer complain or dump core. I apparently shot myself in the foot by building the world with USA_RESIDENT set to "NO" at some point. Thank you, Matthew! -- 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