Hints & Tips for Installing
Download the source distribution.
sh configure -t TRANSPORT # where TRANSPORT = lite or inet or xti
cd src; make ; make install
back to index
Ensure you run the
sh configure -t TRANSPORT
command (see H1) in the
tet_root
directory.
back to index
Edit the top level defines.mk file and set
THR_COPTS = THREADS_NOT_SUPPORTED
If you do not want to build the C++ API, similarly set
C_PLUS = CPLUSPLUS_NOT_SUPPORTED
back to index
Yes, check /tmp/tccdlog . No it does not use
syslog() at the present time. Check the section of the documentation about trace and debugging information.
back to index
Check the ownership of the tet distribution. The simplest
way is to create a user tet and have the files owned by it.
To run in.tccd under another user account use the -u userid flag.
back to index
Solution: Edit the bin/cleantool and bin/buildtool files, and change the ":" to
"#!/bin/sh".
back to index
|