环境centos8 aarch64
安装openssl报错:openssl Makefile:688 configdata.pm
date查看时间发现时间没有同步
执行:sudo timedatectl set-time “yyyy-MM-dd hh:mm:ss”
报错
查看:timedatectl status
发现ntp服务是active
关闭ntp服务:sudo timedatectl set-ntp false
再执行
sudo timedatectl set-time “yyyy-MM-dd hh:mm:ss”
再执行
cd openssl/
./configure --prefix=/usr/local/openssl && make && make install
本文描述了在CentOS8架构为aarch64的系统中安装OpenSSL时遇到的时间设置问题,包括使用`timedatectl`调整时间、禁用NTP服务,最终成功完成编译和安装的过程。
902

被折叠的 条评论
为什么被折叠?



