码迷,mamicode.com
首页 > 其他好文 > 详细

RHEL6非交互式工具sshpass和expect安装

时间:2014-11-13 20:55:32      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   ar   sp   for   on   bs   amp   

RHEL6非交互式工具sshpass和expect安装

1 sshpass

在rhel6.4上,没有sshpass的软件包,无法采用yum方式安装。从源码编译安装非常简单。

1) 下载sshpass源码:

http://sourceforge.net/projects/sshpass/

2) 编译安装

$  tar -zxf sshpass-1.05.tar.gz

$ cd sshpass-1.05

$ ./configure

$ make && make install

2 expect

1) 下载expect-5.45源码

http://sourceforge.net/projects/expect/files/Expect/5.45/

2) 安装tcl-devel

$ yum install tcl-devel

3) 编译安装

$ cd expect5.45

$ ./configure

##### $ ./configure --with-tcl=/usr/lib64 --with-tclinclude=/usr/include/tcl-private/generic

$ make && make install

$ ln -s /usr/lib/expect5.45/libexpect5.45.so ./libexpect5.45.so



RHEL6非交互式工具sshpass和expect安装

标签:style   http   color   ar   sp   for   on   bs   amp   

原文地址:http://blog.csdn.net/ubuntu64fan/article/details/41084407

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!