Date: Mon, 3 Apr 2000 20:39:36 +0200 From: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> To: current@freebsd.org Subject: Re: OpenSSL and Apache+ModSSL Message-ID: <20000403203935.B7244@petra.hos.u-szeged.hu> In-Reply-To: <Pine.BSF.4.21.0004031923140.1802-100000@bofh.ops.uunet.co.za>; from khetan@uunet.co.za on Mon, Apr 03, 2000 at 07:37:55PM %2B0200 References: <Pine.BSF.4.21.0004031923140.1802-100000@bofh.ops.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000403203935.B7244>