Date: Mon, 2 Oct 2000 22:33:47 -0700 From: Kris Kennaway <kris@FreeBSD.org> To: Erich Zigler <erichz@superhero.org> Cc: freebsd-stable@freebsd.org Subject: Re: RSA and FreeBSD 3.4 Message-ID: <20001002223347.B7328@freefall.freebsd.org> In-Reply-To: <20001002153836.B89036@superhero.org>; from erichz@superhero.org on Mon, Oct 02, 2000 at 03:38:36PM -0500 References: <20001002153836.B89036@superhero.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001002223347.B7328>