1832983 Members
2923 Online
110048 Solutions
New Discussion

ttyname

 
Rui_3
Occasional Advisor

ttyname

Hi all,

I'm having a problem installing the expect module for perl in a HPUX 10.20 system. When I'm installing one of the requirements IO::tty itgives me a error regarding the inexistence of ttyname. Ttyname is installed and after hacking the Makefiles and actually compaling it I still get the same error when I'm running the thing. Can some one help ?
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor

Re: ttyname

Hi,

Have you installed tcl/tk before installing expect?

Use pre-compiled binaries to rid you of compilation woes. You can acquire pre-compiled tck/tk as well as expect from http://hpux.utah.cs.edu ie.

http://hpux.cs.utah.edu/hppd/hpux/Tcl/expect-5.31/

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Rui_3
Occasional Advisor

Re: ttyname

It did not work the problem continues to be the same apparently it tells me that:

ttyname is not implemented.

Do you know the library where external function is stored.
I'm starting to think this is a LIBPATH problem.