zoukankan      html  css  js  c++  java
  • 源码编译安装 screen

    本文转自:http://blog.163.com/oracle_wwf/blog/static/213030127201211191481101/

    [root@web1 soft]# wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz
    [root@web1 soft]# tar -xvf screen-4.0.3.tar.gz

    [root@web1 soft]# cd screen-4.0.3

    [root@web1 screen-4.0.3]# ./configure

    [root@web1 screen-4.0.3]# make

    [root@web1 screen-4.0.3]# make install

    [root@web1 screen-4.0.3]# install -m 644 etc/etcscreenrc /etc/screenrc

    [root@web1 screen-4.0.3]# cp ./screen  /bin

     

    请注意:与一般程序的安装过程有所不同,后面这两条指令一定要执行

     
    补充: 一次新安装 screen时,按照上述步骤,make时报错:
    configure: error: !!! no tgetent - no screen
    make: *** [install] 错误 1
     
    解决方法如下: 
    yum -y install ncurses-devel
  • 相关阅读:
    喷水装置(一)
    下沙小面的(2)
    +-字符串
    非洲小孩
    寻找最大数(三)
    C
    寻找最大数
    阶乘之和
    背包问题
    python的内存管理机制(zz)
  • 原文地址:https://www.cnblogs.com/patf/p/4721477.html
Copyright © 2011-2022 走看看