Re: [tkined] problem running Tkined's SNMP Tree application

Erik Schoenfelder (schoenfr@gaertner.de)
Wed, 7 Apr 1999 18:36:29 +0200 (MET DST)

Hi,

Khoi> I just installed scotty-2.1.9, and subsequently,
Khoi> tkined1.4.9.so and tnm2.1.9.so on my ultra-sparc, solaris 2.6,
Khoi> sun OS 5.6.
Khoi> [...]
Khoi> couldn't load file "/usr/local/lib/tnm2.1.9.so": ld.so.1:
Khoi> /usr/local/bin/wish4.2: fatal: relocation error: file
Khoi> /usr/local/lib/tnm2.1.9.so: symbol _res: referenced symbol not found

usually this means trouble with the resolver library, not added to the
tnm extension at link compile/link time.

try to add -lresolv to the linker line:

edit the Makefile and add -lresolv to the LIBS line, recompile and
install again.

this should help.
Erik

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.