From owner-freebsd-questions Wed Dec 13 11:54:10 2000 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 11:54:06 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from aimsmarketing.com (aimsmarketing.com [128.121.227.17]) by hub.freebsd.org (Postfix) with ESMTP id F2B2537B400 for ; Wed, 13 Dec 2000 11:54:05 -0800 (PST) Received: from primenet (radsl-wpc.phx.primenet.com [207.138.238.71]) by aimsmarketing.com (8.8.8) id MAA59252 for ; Wed, 13 Dec 2000 12:54:05 -0700 (MST) Message-ID: <00bc01c06504$52c83160$47ee8acf@primenet.com> From: "JB" To: Subject: Missing shared lib - cURL + SSL - Need RSAref? Date: Wed, 13 Dec 2000 12:58:00 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00B9_01C06504.528E35A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00B9_01C06504.528E35A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've recently compiled curl with SSL support. OpenSSL is installed on = this freeBSD box. curl seems to work find, except for HTTPS connections. = Apparently I'm missing a required library to start an HTTPS connection. = What/where do I need to download to get these proper libraries. Say I = download these, do I need to compile the code with OpenSSL and then = recompile curl? Or is this just a matter of placing missing libraries in = the proper place. BTW- there is no directory /usr/ports. I also do not = have access to the /usr dir, only the ~/usr dir. How would I point curl = to another directory besides the one its looking for? Below is the error = message I get when trying to establish an HTTPS connection. Thanks in = advance. ** R_RandomInit: Unable to find an RSAREF shared library (librsaref.so). = ** Install the /usr/ports/security/rsaref port or package and run this=20 ** program again. See the OpenSSL chapter in the FreeBSD Handbook, = located at=20 ** http://www.freebsd.org/handbook/openssl.html, for more information.=20 curl: (35) SSL: error:14098077:SSL = routines:SSL3_SEND_CLIENT_KEY_EXCHANGE:bad rs=20 a encrypt=20 ------=_NextPart_000_00B9_01C06504.528E35A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I've recently compiled curl with SSL = support.=20 OpenSSL is installed on this freeBSD box. curl seems to work find, = except for=20 HTTPS connections. Apparently I'm missing a required library to start an = HTTPS=20 connection. What/where do I need to download to get these proper = libraries. Say=20 I download these, do I need to compile the code with OpenSSL and then = recompile=20 curl? Or is this just a matter of placing missing libraries in the = proper place.=20 BTW- there is no directory /usr/ports. I also do not have access to the = /usr=20 dir, only the ~/usr dir. How would I point curl to another directory = besides the=20 one its looking for? Below is the error message I get when trying to = establish=20 an HTTPS connection. Thanks in advance.

** R_RandomInit: Unable = to find=20 an RSAREF shared library (librsaref.so).
** Install the=20 /usr/ports/security/rsaref port or package and run this
** program = again.=20 See the OpenSSL chapter in the FreeBSD Handbook, located at
** http://www.freebsd.= org/handbook/openssl.html,=20 for more information.
curl: (35) SSL: error:14098077:SSL=20 routines:SSL3_SEND_CLIENT_KEY_EXCHANGE:bad rs
a encrypt=20

------=_NextPart_000_00B9_01C06504.528E35A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message