Date: Sun, 2 Apr 2000 22:14:12 +0200 From: Dirk Roehrdanz <Dirk.Roehrdanz@munich.netsurf.de> To: current@FreeBSD.ORG Subject: Re: RSA library problems Message-ID: <20000402221412.A661@diroxfbsd.dx> In-Reply-To: <38E55ED2.6A41C3DD@acm.org>; from bloom@acm.org on Fri, Mar 31, 2000 at 09:28:34PM -0500 References: <38DA4E03.CB2E84A8@originative.co.uk> <Pine.BSF.4.21.0003240014440.7812-100000@freefall.freebsd.org> <20000331122424.A19141@diroxfbsd.dx> <38E55ED2.6A41C3DD@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jim, On 0, Jim Bloom <bloom@acm.org> wrote: > A similar patch was added for the USA version of RSA for the same basic reason. > Your patch is almost correct. It should add the line: > > LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto ^ ^ > > Your version would reference the system crypto library and not the one being > built as part of buildworld. > > Jim Bloom > bloom@acm.org > Thanks for the modification. I have replaced the "[]" with "{}" . A run of "make buildworld" with the patch finished without errors. The output of objdump --private-headers on the created librsaINTL.so.1 libs under /usr/obj contains now the line "NEEDED libcrypto.so.1". Apache-modssl works now with encryption! Should I file a pr with the patch ? Regards Dirk 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?20000402221412.A661>