From owner-freebsd-current Sun Apr 2 13:13:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from laurin.munich.netsurf.de (laurin.munich.netsurf.de [194.64.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C29AB37BA4D for ; Sun, 2 Apr 2000 13:13:07 -0700 (PDT) (envelope-from Dirk.Roehrdanz@munich.netsurf.de) Received: from ns1134.munich.netsurf.de (ns1134.munich.netsurf.de [195.180.235.134]) by laurin.munich.netsurf.de (8.9.3/8.9.3) with ESMTP id WAA00021 for ; Sun, 2 Apr 2000 22:13:01 +0200 (MET DST) Received: (qmail 753 invoked by uid 1001); 2 Apr 2000 20:14:12 -0000 Date: Sun, 2 Apr 2000 22:14:12 +0200 From: Dirk Roehrdanz To: current@FreeBSD.ORG Subject: Re: RSA library problems Message-ID: <20000402221412.A661@diroxfbsd.dx> References: <38DA4E03.CB2E84A8@originative.co.uk> <20000331122424.A19141@diroxfbsd.dx> <38E55ED2.6A41C3DD@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38E55ED2.6A41C3DD@acm.org>; from bloom@acm.org on Fri, Mar 31, 2000 at 09:28:34PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jim, On 0, Jim Bloom 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