Difference between revisions of "HIP:PMP:ntpdate"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | == Download NTP == | |
+ | [[http://www.ntp.org/ NTP: The Network Time Protocol]] | ||
+ | (the version i got) | ||
+ | wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.2p4.tar.gz | ||
− | cd ntp-4.2.2p4 | + | == Configure with -static, run make == |
+ | cd ntp-4.2.2p4/ | ||
./configure CFLAGS="-static" | ./configure CFLAGS="-static" | ||
make | make | ||
− | + | == Copy ntpdate to PMP == | |
− | + | cd to ntpdate/ | |
+ | scp ntpdate root@pmp2:/usr/local/bin |
Revision as of 23:14, 29 October 2006
Download NTP
[NTP: The Network Time Protocol]
(the version i got) wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.2p4.tar.gz
Configure with -static, run make
cd ntp-4.2.2p4/ ./configure CFLAGS="-static" make
Copy ntpdate to PMP
cd to ntpdate/ scp ntpdate root@pmp2:/usr/local/bin