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: [EMAIL PROTECTED] *
* Homepage : none * alternate email: [EMAIL PROTECTED] *
* Finger [EMAIL PROTECTED] for PGP key. *
* I prefer using the door instead of Windows(tm)... *            


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to