ubuntn curl openssl 源码安装
2019-02-19 本文已影响0人
wuli拉索哈迪
源码官网下去吧,不要找我问啦
openssl:
./config -fPIC no-gost no-shared no-zlib
make depend
make
make install
curl:
./configure --with-ssl=/usr/local/ssl
make
make install
源码官网下去吧,不要找我问啦
openssl:
./config -fPIC no-gost no-shared no-zlib
make depend
make
make install
curl:
./configure --with-ssl=/usr/local/ssl
make
make install