上面是我创建的群聊,欢迎新朋友的加入。
在Linux下编译安装软件包时提示
make: warning: Clock skew detected. Your build may be incomplete.
修改系统的日期与时间然后重新编译安装。则错误消失。方法如下:
[[email protected] vsftpd-2.0.5]# date
Sat Jan 26 04:33:07 CST 2002
[[email protected] vsftpd-2.0.5]# date -s 12/11/2006
Mon Dec 11 00:00:00 CST 2006
[[email protected] vsftpd-2.0.5]# date -s 14:42:50
Mon Dec 11 14:42:50 CST 2006
[[email protected] vsftpd-2.0.5]# date
Mon Dec 11 14:43:00 CST 2006
[[email protected] vsftpd-2.0.5]# clock -w
[[email protected] vsftpd-2.0.5]# date
Mon Dec 11 14:43:33 CST 2006
然后重新make 并 make install则安装正常。