CentOS下出现Clock skew detected. Your build may be incomplete如何解决

来源:互联网 发布:wifi网络调试助手 编辑:程序博客网 时间:2024/06/17 03:03

修改系统的日期和时间后,重新编辑安装,问题可以解决


<pre name="code" class="plain"><span style="font-size:18px;">[root@Master curl-7.24.0]# dateTue Oct  7 10:26:00 PDT 2014[root@Master curl-7.24.0]# date -s 10/07/2014Tue Oct  7 10:27:00 PDT 2014<pre name="code" class="plain">[root@Master curl-7.24.0]# date -s 10:27:50Tue Oct  7 10:27:55 CST 2014[root@Master curl-7.24.0]# dateTue Oct  7 10:27:59 CST 2014[root@Master curl-7.24.0]# clock -w[root@Master curl-7.24.0]# dateTue Oct  7 10:28:10 CST 2014</span>


然后重新make 并make install 则安装正常

0 0
原创粉丝点击