Re: recommended libs

2019-11-04 Thread Achim Gratz via devel
Udo van den Heuvel via devel writes: > Can anybody mention which libraries in the chroot I should have for > ntpsec's ntpd? > ldd /usr/sbin/ntpd linux-vdso.so.1 (0x7ffd0dafc000) libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1 (0x7fcfd5415000) libssl.so.1.1 => /usr/l

Re: recommended libs

2019-11-04 Thread Hal Murray via devel
devel@ntpsec.org said: > Can anybody mention which libraries in the chroot I should have for ntpsec's > ntpd? ldd will tell you. [murray@hgm raw]$ ldd /usr/local/sbin/ntpd linux-vdso.so.1 (0x7ffdde1b6000) libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x7f0ef209f000)

Re: recommended libs

2019-11-04 Thread Udo van den Heuvel via devel
On 04-11-2019 16:10, Udo van den Heuvel via devel wrote: > Question: > > Can anybody mention which libraries in the chroot I should have for > ntpsec's ntpd? > Things are working now but perhaps functionality can improve with the > right software in lib64. FWIW: so far I see these being used: #

recommended libs

2019-11-04 Thread Udo van den Heuvel via devel
On 03-11-2019 17:53, Achim Gratz via devel wrote: > Alternatively, sysfs lets you know the device number in a > perhaps more script-friendly version: > >> cat /sys/devices/virtual/pps/pps0/dev > 249:0 Thanks, I'll find a way to script that for the chroot. Question: Can anybody mention which lib