0509-036 Cannot load program /qvdx/qdx5.3/integrator/tcl/bin/tcl because of the following errors:
0509-150 Dependent module libtcl8.3.so could not be loaded.
Obviously, the inetd daemon cannot find all the libraries it needs to exec a tcl program, I have tried many things all to no avail. I believe it can be done because I see examples on the internet.
Any ideas on how to get this to work?
On the first line of my socket server program I have:
#! /qvdx/qdx5.3/integrator/bin/tcl
Rich Durkee