mod_php4-4.3.4.r1,1 broken with OpenSSL 0.9.7a

Jacques A. Vidrine nectar at FreeBSD.org
Mon Oct 6 07:27:06 PDT 2003


[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 at celabo.org . jvidrine at verio.net . nectar at freebsd.org . nectar at kth.se


More information about the freebsd-ports mailing list