FS#4426 - ntp should depend on libelf

Attached to Project: Arch Linux
Opened by Arthur Danskin (wiremore) - Monday, 10 April 2006, 04:50 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 10 April 2006, 06:31 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To arjan timmerman (blaasvis)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

ntp should depend on libelf. If you try to start ntpd without libelf installed:
/usr/bin/ntpd: error while loading shared libraries: libelf.so.0: cannot open shared object file: No such file or directory

~>pacman -Qi ntp
Name : ntp
Version : 4.2.0a-4
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.ntp.org/
License : None
Architecture : i686
Size : 618737
Build Date : Sat Mar 25 21:47:15 2006 UTC
Install Date : Mon Mar 27 04:57:26 2006 UTC
Install Script : No
Reason: : explicitly installed
Provides : None
Depends On : openssl readline
Required By : None
Conflicts With : None
Description : NTP (Network Time Protocol) tries to keep servers in sync

the ntpd binary requires libelf:
~>ldd /usr/bin/ntpd
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7f53000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0xb7e41000)
libelf.so.0 => /usr/lib/libelf.so.0 (0xb7e2d000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d13000)
/lib/ld-linux.so.2 (0xb7f97000)
libdl.so.2 => /lib/libdl.so.2 (0xb7d0f000)
This task depends upon

Closed by  arjan timmerman (blaasvis)
Monday, 10 April 2006, 11:52 GMT
Reason for closing:  Not a bug
Comment by arjan timmerman (blaasvis) - Monday, 10 April 2006, 07:09 GMT
use -5 in testing, i fixed this for -5 afaik ;)

Loading...