Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread David Taylor
On 15/11/2013 18:22, Rob wrote: [] You *what* I find confusing? [] I find it confusing that the behaviour on one Raspberry Pi differed from that on another Raspberry Pi, both running Linux 3.x. -- Cheers, David Web: http://www.satsignal.eu ___

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread Rob
David Taylor david-tay...@blueyonder.co.uk.invalid wrote: On 15/11/2013 18:22, Rob wrote: [] You *what* I find confusing? [] I find it confusing that the behaviour on one Raspberry Pi differed from that on another Raspberry Pi, both running Linux 3.x. Well, Linux 3.x is not really an

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread David Taylor
On 16/11/2013 11:07, Rob wrote: David Taylor david-tay...@blueyonder.co.uk.invalid wrote: On 15/11/2013 18:22, Rob wrote: [] You *what* I find confusing? [] I find it confusing that the behaviour on one Raspberry Pi differed from that on another Raspberry Pi, both running Linux 3.x. Well,

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread Harlan Stenn
David Taylor writes: I'm going to try an upgrade on the 3.2.27+ RPi to 3.6.11 and see what changes. I was surprised that using the same NTP source, using the same sudo make install command, put binary files which I had just compiled using make in different locations. I had hoped that NTP

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread Rob
David Taylor david-tay...@blueyonder.co.uk.invalid wrote: I'm going to try an upgrade on the 3.2.27+ RPi to 3.6.11 and see what changes. I was surprised that using the same NTP source, using the same sudo make install command, put binary files which I had just compiled using make in

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread David Taylor
On 16/11/2013 11:36, Harlan Stenn wrote: David Taylor writes: I'm going to try an upgrade on the 3.2.27+ RPi to 3.6.11 and see what changes. I was surprised that using the same NTP source, using the same sudo make install command, put binary files which I had just compiled using make in

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-16 Thread Rob Windgassen
On Sat, 16 Nov 2013 11:20:33 +, David Taylor wrote: I had hoped that NTP might be consistent, but presumably if the underlying OS differs the results from make install will differ. make install is usually the last step of a configure / make / make install sequence. With the configure

[ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-15 Thread David Taylor
I have compiled and installed NTP on a number of Raspberry Pi Linux systems, variants of Debian Wheezy, but on one I see that when I run: $ sudo make install I get the executables files in two different directories: ntpdc ntpq ntptrace = /usr/local/sbin ntpd ntpdate ntp-keygen ntptime

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-15 Thread Trevor Woerner
On Fri, Nov 15, 2013 at 9:09 AM, David Taylor david-tay...@blueyonder.co.uk.invalid wrote: I get the executables files in two different directories: ntpdc ntpq ntptrace = /usr/local/sbin ntpd ntpdate ntp-keygen ntptime ntp-wait = /usr/local/sbin Those look like the same directory to me

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-15 Thread Steve Kostecke
On 2013-11-15, David Taylor david-tay...@blueyonder.co.uk.invalid wrote: I have compiled and installed NTP on a number of Raspberry Pi Linux systems, variants of Debian Wheezy, but on one I see that when I run: $ sudo make install I get the executables files in two different

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-15 Thread David Taylor
Corrected version: On 15/11/2013 14:09, David Taylor wrote: I have compiled and installed NTP on a number of Raspberry Pi Linux systems, variants of Debian Wheezy, but on one I see that when I run: $ sudo make install I get the executables files in two different directories: ntpdc ntpq

Re: [ntp:questions] Unexpected executable locations from sudo make install on RPi Linux

2013-11-15 Thread Rob
David Taylor david-tay...@blueyonder.co.uk.invalid wrote: I was expecting all the executables to be in /usr/local/bin/. Why might this be? Linux is not well known to me. Thanks to Trevor, Rob and Steve for your answers. Whilst it may be trivial for those familiar with the OS, it's not