Re: [Samba] Building NTP RPM Fails on CentOS 6.3

2012-12-13 Thread Thomas Simmons
Thank you, Stephen. It seems I can't edit the wiki, but here are copy and paste instructions for building and installing ntp 4.2.6p5 RPMS on CentOS 6.3. yum remove ntp ntpdate yum install libcap-devel openssl-devel libedit-devel mkdir -p ~/install_files/ntp cd ~/install_files/ntp wget

[Samba] Building NTP RPM Fails on CentOS 6.3

2012-12-12 Thread Thomas Simmons
Hello, I am trying to build an NTP v4.2.6p5 RPM using the instructions in the S4 how-to, however rpmbuild fails with the following error: error: File not found by glob: /home/thomas/rpmbuild/BUILDROOT/ntp-4.2.6p5-2.el6.x86_64/usr/share/man/man8/ntpdtime.8* RPM build errors: File not found

Re: [Samba] Building NTP RPM Fails on CentOS 6.3

2012-12-12 Thread Stephen Jones
Hi, I built ntp-4.2.6p5 on CentOS 6.3 for my Samba4 server. The instructions in the HowTo are not quite right (at least for CentOS). Make only the following changes to the ntp.spec file: 1. Update the version/release numbers 2. Comment out all 'patch' lines 3. Add the '--enable-ntp-signd'