解决configure OpenSSL Crypto library not found error

2010-05-07 10:16
crypto是什么呢? 是OpenSSL 加密库(lib), 这个库需要openssl-devel包 ,在ubuntu中就是 libssl-dev

RedHat Fedora 平台
yum -y install openssl-devel

Debian ,ubunu 平台
aptitude install libssl-dev