环境
ubuntu server 11.10
php configure通过
但是make 的时候出现
php-5.2.17/ext/openssl/xp_ssl.c:337: undefined reference to `sslv2_client_method'
这问题网上说是一个bug。需要打个补丁
下载
disable_sslv2_for_openssl_1_0_0.patch
拷贝到php-5.2.17/ext/openssl目录中
运行
sudo patch -p3
ok啦。可以make成功了。