Scotty HP Build problems

Randall J. Bourgeois (rbourgeo@clearsys.com)
Tue, 24 Sep 1996 18:08:02 -0500

We're trying to install Scotty V2.1.2 on an HP-UX B.10.10 B 9000/831
workstation, and were executing the 'make install' and were receiving
the following error:
Installing scotty2.1.2 and tnm2.1.2.sl
Installing ./../tnm/library/README
Installing ./../tnm/library/dialog.tcl
Installing ./../tnm/library/output.tcl
Installing ./../tnm/library/snmp.tcl
Installing ./../tnm/library/monitor.tcl
Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl

initialization failed: couldn't load file "/usr/local/lib/tnm2.1.2.sl":
unresolved symbol name
This usually means that you have to define the TCLLIBPATH environment
variable to point to the tnm library directory or you have to include
the path to the tnm library directory in Tcl's auto_path variable.
*** Error exit code 1

Stop.

We checked the TCLLIBPATH, and it is set correctly. (TCLLIBPATH =
/usr/local/lib/tnm2.1.2) This error is generated by the last line in the
'tnm-install-library" procedure in the Makefile. Any help is greatly
appreciated. Thanks.