PDA

View Full Version : Rebuild php after openssl upgrade?


interfasys
08-18-2004, 02:18 AM
Is it necessary to rebuild php after an openssl upgrade?

phpinfo shows a different version of openssl than the one installed on the server and I'm just wondering if

1)it stored the version at build time, but uses the new binaries or
2)it uses another binary built at the same time as php?

l0rdphi1
08-18-2004, 08:09 AM
I _think_ you do have to rebuild both Apache and PHP when a new OpenSSL in installed? I can't be positive though.

From OpenSSL's site: "Apply the patch to OpenSSL 0.9.6d, or upgrade to OpenSSL 0.9.6e. Recompile all applications using OpenSSL to provide SSL or TLS"

Phi1.

interfasys
08-18-2004, 08:12 AM
Thanks very much. I should have ckecked their site...