Date: Tue, 4 Apr 2000 17:41:05 -0400 From: Ben Rosengart <ben@narcissus.net> To: current@freebsd.org Subject: sshd library problems Message-ID: <20000404174105.A302@narcissus.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000404174105.A302>
