Operating System - HP-UX
1820475 Members
2929 Online
109624 Solutions
New Discussion

Tcl_Init failed when execute expect (Urgent)

 
samuel_30
Occasional Contributor

Tcl_Init failed when execute expect (Urgent)

Hello,
I have installed (expect-5.41)at my server running HP-UX 11.11 but when start expect return following error.
The expect have some dependencies (gcc,make and tcltk) and i install all even so the error continue.
help please.
Tanks

Tcl_Init failed: Can't find a usable init.tcl in the following directories:
/usr/local/lib/tcl8.0 ./lib/tcl8.0 ./lib/tcl8.0 ./library ./library ./tcl8.0/library ./tcl8.0/library


This probably means that Tcl wasn't installed properly.

Download expect => http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.41/
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: Tcl_Init failed when execute expect (Urgent)

Hi Samuel,

Where did you install tcl ? the configure script can't find the tcl lib's.

Install it in /usr/local/lib/tcl8.0 or /lib/tcl8.0

Regards,
Robert-Jan