Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 01:56:15 -0400
From:      "Peter C. Lai" <sirmoo@cowbert.2y.net>
To:        freebsd-ports@freebsd.org
Subject:   mod_php4-4.3.4.r1,1 broken with OpenSSL 0.9.7a
Message-ID:  <20031006055615.GA6660@cowbert.2y.net>

next in thread | raw e-mail | index | archive | help
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).
-- 
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
http://cowbert.2y.net/



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