Operating System - HP-UX
1748175 Members
4171 Online
108758 Solutions
New Discussion

tcl/tk doesn't find its http access script

 
Oliver Schmitz
Regular Advisor

tcl/tk doesn't find its http access script

Hello,

I am trying to use a little tcl/tk script to transfer data into a http controlled database. Therefore my tcl needs the http functionality which I found in /usr/local/lib/tcltk/ as http2.4.5 and http1.0. My tcl script tries
package required http 2.4.5
and unfortunately detects that this is missing. It is described in the http2.4.5 script that $dir in the tcl shell has to be set properly. It is empty. The question is how and to what I set this variable?

Thanks for some hints

BR, Oliver
Oliver Schmitz