摘要:
答: rootwait是无限期等待,而rootdelay可以指定等待的时间,更加灵活。 阅读全文
posted @ 2019-08-16 21:24
Jello
阅读(1791)
评论(0)
推荐(0)
摘要:
1. 先准备一下openssl库 编译openssl库的方法在此 2. 获取curl源码 wget https://curl.haxx.se/download/curl-7.65.3.tar.gz 2. 解压 tar xvf curl-7.65.3.tar.gz -C ~/ cd ~/curl-7. 阅读全文
posted @ 2019-08-16 17:26
Jello
阅读(4087)
评论(0)
推荐(0)
摘要:
1. 获取源码 wget https://www.openssl.org/source/openssl-1.0.2s.tar.gz 2. 解压源码 tar xvf openssl-1.0.2s.tar.gz -C ~/ 3. 设置交叉环境变量 export CROSS=arm-linux-gnuea 阅读全文
posted @ 2019-08-16 17:17
Jello
阅读(4011)
评论(0)
推荐(0)