From owner-freebsd-current Tue Feb 29 19:56:42 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id D870837BDC7; Tue, 29 Feb 2000 19:56:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D68152E8158; Tue, 29 Feb 2000 19:56:40 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 29 Feb 2000 19:56:40 -0800 (PST) From: Kris Kennaway To: Manfred Antar Cc: Sean-Paul Rees , current@FreeBSD.ORG Subject: Re: mod_ssl & current In-Reply-To: <4.3.2.20000229192140.04552bd8@pozo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 29 Feb 2000, Manfred Antar wrote: > I needed to add -lRSAglue -lrsaUSA to the SSL_LIBS= line in > /usr/ports/www/apache13-php3/work/apache_1.3.12/src/modules/ssl/Makefile > and install the recompiled libssl.so in /usr/local/libexec/apache. > Works fine > Note this is for the apache13-php3 port but I bet it will work for the apache13-php4 port This may work, but I doubt this is necessary. -lRSAglue is an empty library which only exists to keep legacy ports happy, and -lrsaUSA will be automatically dlopen()ed if you have a recent libcrypto.so. As with the other guy, please make sure your libcrypto.so is up to date - I haven't seen evidence from either of you yet that this is the case :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message