Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 09:27:04 -0500
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        peter.lai@uconn.edu
Cc:        freebsd-ports@freebsd.org
Subject:   Re: mod_php4-4.3.4.r1,1 broken with OpenSSL 0.9.7a
Message-ID:  <20031006142704.GC443@madman.celabo.org>
In-Reply-To: <20031006055615.GA6660@cowbert.2y.net>
References:  <20031006055615.GA6660@cowbert.2y.net>

next in thread | previous in thread | raw e-mail | index | archive | help
[I'm not subscribed to freebsd-ports@, so please cc: me if you want me
 to see follow-ups.]

On Mon, Oct 06, 2003 at 01:56:15AM -0400, Peter C. Lai wrote:
> the libphp4.so resulting from a port build of mod_php4-4.3.3.r1,1 will fail to
> load when openssl >= 0.9.7 is being dynamically linked to as it will either
> result in unkresolved symbol pointing to the new macro 
> OpenSSL_add_all_algorithms_noconf() (this is with -with-openssl enabled)
> or complain about the unresolved symbol to an EVP macro (no openssl config
> specified; still needs openssl for the other hashing algorithms however).
> 
> THere are numerous reports of this problem on google. I fixed it by importing
> openssl 0.9.6[a-z] from another box; but that's hardly a fix. It's obviously
> an issue with the PHP folks but it would be nice to notify the port maintainer
> also).

Well, `OpenSSL_add_all_algorithms_noconf' is not defined in any
version of OpenSSL.  However, `OPENSSL_add_all_algorithms_noconf' is
defined in 0.9.7 and later.  Could you cut-n-paste the *exact* message
you are getting?

Cheers,
-- 
Jacques Vidrine   . NTT/Verio SME      . FreeBSD UNIX       . Heimdal
nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006142704.GC443>