[19675] in Athena Bugs
Re: sgi 9.0.14: ntpdc
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Aug 21 12:38:10 2001
Date: Tue, 21 Aug 2001 12:38:07 -0400
Message-Id: <200108211638.MAA14640@anhedonia.mit.edu>
From: Robert A Basch <rbasch@MIT.EDU>
To: Nickolai Zeldovich <kolya@mit.edu>
CC: bugs@mit.edu, rbasch@mit.edu
In-reply-to: "[19651] in Athena Bugs"
> 59205:ntpdc: rld: Fatal Error: attempted access to unresolvable symbol in /usr/athena/lib/libreadline.so.4: tgetent
The problem occurs because readline requires the curses library, but
does not include it when building its shared library. On Sun and
Linux, this simply causes ntp to be configured not to use readline;
on IRIX, though, such dependencies do not cause the link to fail,
but do cause the run-time linking to fail, as above.
I'll submit a patch to work around the problem by also linking against
curses in ntp.
Bob