From owner-freebsd-stable Mon Oct 2 22:33:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AE7337B502; Mon, 2 Oct 2000 22:33:47 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA10884; Mon, 2 Oct 2000 22:33:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 2 Oct 2000 22:33:47 -0700 From: Kris Kennaway To: Erich Zigler Cc: freebsd-stable@freebsd.org Subject: Re: RSA and FreeBSD 3.4 Message-ID: <20001002223347.B7328@freefall.freebsd.org> References: <20001002153836.B89036@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001002153836.B89036@superhero.org>; from erichz@superhero.org on Mon, Oct 02, 2000 at 03:38:36PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 02, 2000 at 03:38:36PM -0500, Erich Zigler wrote: > I am trying to compile a certain application on FreeBSD 3.4 I get > the following error though.. > > /usr/local/lib/libcrypto.so: undefined reference to > `ERR_load_RSAREF_strings' > /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' Are you forgetting to link against librsaglue? Alternatively, recompile your OpenSSL without rsaref support, since it is no longer needed. > There used to be a simple addition to the Makefile to make this > error go away, but I have since forgotten it. If someone could > please clue me I would be much obliged. Not on FreeBSD 3.x (nor on FreeBSD 4.x/5.x now that rsaref has gone away). Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message