安装python类库cryptography1.6提示 build\temp.win-amd64-2.7\Release\_openssl.c(429): fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory好吧,安装openssl去环境WIN7,32位/64位,VS2008安装ActivePerl网址 http://www.activestate.com/acti
cd /usr/src wget https://www.openssl.org/source/openssl-1.0.1g.tar.gz -O openssl-1.0.1g.tar.gz tar -zxf openssl-1.0.1g.tar.gz cd openssl-1.0.1g ./config shared zlib make make test make install 如果安装失败,先安装zlib库,再安装openssl 查看openssl的版本 openssl version 若