报错内容如下:
1 2 3 4 5 |
In file included from /usr/include/pthread.h:33, from work_thread.c:13: work_thread.c:45:57: error: missing binary operator before token "(" 45 | #if defined(PTHREAD_STACK_MIN) && THREAD_MINSTACKSIZE < PTHREAD_STACK_MIN | ^~~~~~~~~~~~~~~~~ |
详情参考:https://bugs.archlinux.org/task/74690
修复补丁地址:https://bugs.ntp.org/show_bug.cgi?id=3741
下载导入补丁即可
1 |
patch -p1 < NTP_4_2_8P15+2@0x61e3f4da.patch |
建议1、直接使用wlnmp一键安装包的源,来直接yum/dnf安装ntp,
添加wlnmp源
1 2 |
curl -fsSL "https://sh.wlnmp.com/wlnmp.sh" | bash yum install wntp -y |
建议2、尽量使用chrony同步时间,ntpdate在红帽el8及以后的版本中已被弃用了。
原文链接:ntpdate4.2.8p15报错内容如下,转载请注明来源!