linux Tcl、expect 安装

需要两个安装程序tcl8.4.13-src.tar.gz、expect-5.43.0.tar.gz

下载地址:http://download.chinaunix.net/

1.安装tcl和expect

解压tcl包:tarzxvftcl8.4.11-src.tar.gz

进入:tcl8.4.11/unix

执行1:./configure

执行2:make

执行3:makeinstall

拷贝:cptclUnixPort.h../generic/

解压expect包:tarzxvftarzxvfexpect-5.43.0.tar.gz

进入:cdexpect-5.43/

执行1:./configure--with-tcl=/usr/local/lib/--with-tclinclude=\/home/nagios/tcl8.4.11/generic/--with-x=no

执行2:make

执行3:makeinstall

注意:tclinclude=/tcl源代码路径/generic

查看安装路径

whereistcl

whereisexpect

相关推荐