[1663] in testers
VAX 7.3D: postit, whatsup, etc.
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Jul 31 14:50:18 1991
Date: Wed, 31 Jul 91 14:50:19 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: testers@MIT.EDU
postit was built incorrectly. On startup it gets the error:
"Attempting connection to whatsup-mit...GDB built without hesiod support but database name whatsup-mit does
not specify a host"
This GDB should have been built with hesiod support so that it would
find the proper database. You need to edit
/source/athena/athena.lib/gdb/lib/Imakefile to define HESIOD when
compiling the library, recompile and install the library, then
recompile everything under /source/athena/athena.bin/cal.
Also, in /source/athena/athena.bin/cal/include/postit.h, line 72, you
need to update that path to whereever you moved postit.elc (I think
/usr/athena/lib).
-Mark