From owner-freebsd-current Mon Apr 3 11:39:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 0602F37B5BE for ; Mon, 3 Apr 2000 11:39:23 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id UAA08751; Mon, 3 Apr 2000 20:39:45 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 12cBlA-0002kD-00 for ; Mon, 03 Apr 2000 20:39:36 +0200 Date: Mon, 3 Apr 2000 20:39:36 +0200 From: Szilveszter Adam To: current@freebsd.org Subject: Re: OpenSSL and Apache+ModSSL Message-ID: <20000403203935.B7244@petra.hos.u-szeged.hu> Mail-Followup-To: current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from khetan@uunet.co.za on Mon, Apr 03, 2000 at 07:37:55PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 03, 2000 at 07:37:55PM +0200, Khetan Gajjar wrote: > Hi. > > I've been having great unhappiness in trying to get Apache+modSSL and > OpenSSL in 5-current to work. > > I do not have the RSA port installed (I'm a South African > citizen residing outside the USA), and built-world today with > USA_RESIDENT=no set. > > Basically, the combination of Apache 1.3.12 and modSSL 2.6.2 > is not happy with OpenSSL 0.9.4 (as that combination stands > in 5-current). Does any non-US citizen or person who has installed > a FreeBSD 5 system as a non-US citizen gotten Apache+modSSL to > work with a recentish -current ? I specifically used the > apache13-php3 port, and enabled modSSL (if that makes any > difference). [...] > > I saw that Kris Kennaway discussed this the last time I brought this > up, and there was a refernce to the RSA library mentioned, but the > thread died shortly thereafter. Hi! I had the same issues (I live in Hungary) and followed this thread closely. It didn't die, it just changed the ${SUBJECT} line:-). (It is now called: "RSA library problems" or somesuch) To sum it up: What you need to do is to add a line in /usr/src/secure/lib/librsaintl/Makefile. Diff follows: --- /usr/src/secure/lib/librsaintl/Makefile.old Tue Mar 14 00:25:58 2000 +++ /usr/src/secure/lib/librsaintl/Makefile Sun Apr 2 18:27:27 2000 @@ -10,6 +10,8 @@ CFLAGS+= -I${.OBJDIR} +LDADD+= -L${.OBJDIR}/../libcrypto -lcrypto + # rsaref SRCS+= rsa_err.c rsa_eay.c rsa_intlstubs.c This way, I have now a working Apache+modSSL combo from ports. Later, I will also rebuild the world with this, but I am waiting for somebody to actually commit this change to the tree. Note that although the Makefile has different revision # in RELENG_4 and HEAD, the patch should apply nevertheless. I think this error is due to the fact that not many developers had a chance to test international versions too. Hope this helps... Szilveszter ADAM Szeged University Szeged Hungary -- ------------------------------------------------------------------------------- * Szilveszter ADAM * JATE Szeged * email: sziszi@petra.hos.u-szeged.hu * * Homepage : none * alternate email: cc@flanker.itl.net.ua * * Finger sziszi@petra.hos.u-szeged.hu for PGP key. * * I prefer using the door instead of Windows(tm)... * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message