RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
CentOS安装expect

expect是在tcl基础上创建起来的,因此在安装expect之前需要安装tcl

让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:域名申请雅安服务器托管、营销软件、网站建设、田家庵网站维护、网站推广。

安装TCL

下载地址:http://www.tcl.tk/software/tcltk/download.html

[root@test ~]# cd /tools/

[root@test tools]# wget http://prdownloads.sourceforge.net/tcl/tcl8.5.19-src.tar.gz

[root@test tools]# tar xftcl8.5.19-src.tar.gz

[root@test tools]# cdtcl8.5.19/unix/

[root@test unix]#./configure

[root@test unix]# make

[root@test unix]# makeinstall

[root@test unix]# cd

安装expect

官网:http://expect.sourceforge.net/

[root@test ~]# cd /tools/

[root@test tools]# wgethttp://nchc.dl.sourceforge.net/project/expect/Expect/5.45/expect5.45.tar.gz

[root@test tools]# tar xfexpect5.45.tar.gz

[root@test tools]# cdexpect5.45

[root@test expect5.45]#./configure --with-tcl=/usr/local/lib/ --with-tclinclude=/

tools/tcl8.5.19/generic/

[root@test expect5.45]# make

[root@test expect5.45]# makeinstall

[root@test expect5.45]# cd

[root@MySQL-master ~]# whichexpect

/usr/local/bin/expect


文章题目:CentOS安装expect
文章出自:http://cqwzjz.cn/article/gsppgh.html