最近项目需要重新编译libcurl 使其支持ssl,在这里进行记录:
下载openssl : curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.zip
创建安装目录:/opt/openssl
编译openssl动态库:./config --prefix=/opt/openssl --shared
编译:make -j 30 && make install
参与评论
手机查看