This patch fixes that problem diff -burN ntp-4.2.0a+stable.orig/debian/rules ntp-4.2.0a+stable/debian/rules --- ntp-4.2.0a+stable.orig/debian/rules 2006-10-16 11:59:23.000000000 -0400 +++ ntp-4.2.0a+stable/debian/rules 2006-10-16 12:00:58.000000000 -0400 @@ -15,7 +15,7 @@ mkdir -p build-refclock cd build-refclock && ../configure --prefix=/usr \ --enable-all-clocks --enable-parse-clocks --enable-SHM \ - --disable-debugging --sysconfdir=/var/lib/ntp \ + --enable-debugging --sysconfdir=/var/lib/ntp \ --cache-file=../config.cache --disable-errorcache \ --enable-linuxcaps touch build-refclock/stamp-h.in @@ -24,7 +24,7 @@ mkdir -p build-simple cd build-simple && ../configure --prefix=/usr \ --disable-all-clocks --disable-parse-clocks \ - --disable-debugging --enable-LOCAL-CLOCK \ + --enable-debugging --enable-LOCAL-CLOCK \ --sysconfdir=/var/lib/ntp --cache-file=../config.cache \ --disable-errorcache --enable-linuxcaps touch build-simple/stamp-h.in
-- ntpd not compiled with debugging support https://launchpad.net/bugs/47683 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs