在AIX中安裝gnu screen
從http://ftp.gnu.org/gnu/screen/下載最新原始碼
screen-4.0.3.tar.gz
screen-4.0.3.tar.gz
從http://www.perzl.org/aix/index.php?n=Main.Screen
下載AIX上安裝的rpm包
下載AIX上安裝的rpm包
AIX Toolbox for Linux Applications
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/date.html
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/date.html
screen-4.0.3.tar.gz的安裝方法
1) gunzip screen-4.0.3.tar.gz
2) tar -xvf screen-4.0.3.tar
3)解壓目錄下 ./configure --prefix=/opt/screen
this is screen version 4.0.3
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
。。。
Now please check the pathnames in the Makefile and in the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.
this is screen version 4.0.3
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
。。。
Now please check the pathnames in the Makefile and in the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.
4)make
CPP="cc -E " srcdir=. sh ./osdef.sh
AWK=nawk CC="cc -O" srcdir=. sh ./comm.sh
AWK=nawk srcdir=. sh ./term.sh
cc -c -I. -I. -O screen.c
1500-030: (I) INFORMATION: main: Additional optimization may be attained by recompiling and specifying MAXMEM option
AWK=nawk CC="cc -O" srcdir=. sh ./comm.sh
AWK=nawk srcdir=. sh ./term.sh
cc -c -I. -I. -O screen.c
1500-030: (I) INFORMATION: main: Additional optimization may be attained by recompiling and specifying MAXMEM option
with a value greater than 8192.
cc -c -I. -I. -O ansi.c
......
cc -c -I. -I. -O ansi.c
......
5)make install
./etc/mkinstalldirs /opt/screen/bin `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
mkdir /opt/screen/bin
mkdir /opt/screen/share
mkdir /opt/screen/share/screen
mkdir /opt/screen/share/screen/utf8encodings
cd doc ; make installdirs
./../etc/mkinstalldirs /opt/screen/man/man1 /opt/screen/info
mkdir /opt/screen/man
mkdir /opt/screen/man/man1
mkdir /opt/screen/info
./etc/mkinstalldirs /opt/screen/bin `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
mkdir /opt/screen/bin
mkdir /opt/screen/share
mkdir /opt/screen/share/screen
mkdir /opt/screen/share/screen/utf8encodings
cd doc ; make installdirs
./../etc/mkinstalldirs /opt/screen/man/man1 /opt/screen/info
mkdir /opt/screen/man
mkdir /opt/screen/man/man1
mkdir /opt/screen/info
6)ln -s /opt/screen/bin/screen /usr/bin/screen
編譯安裝軟體的方法;
大多以tar.gz 和tar.bz2打包軟體,大多是通過 ./configure ;make ;make install 來安裝的;有的軟體是直接make;make install ; 我
們可以通過./configure --help 來檢視配置軟體的功能;大多軟體是提供./configure 配置軟體的功能的;少數的也沒有,如果沒有的就不
用./configure ;直接make;make install 就行了; ./configure 比較重要的一個引數是 --prefix ,用--prefix 引數,我們可以指定軟體
安裝目錄;當我們不需要這個軟體時,直接刪除軟體的目錄就行了;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/195110/viewspace-714900/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在AIX上安裝GCCAIGC
- 在AIX上安裝VNCAIVNC
- 在AIX解除安裝lcfAI
- 在AIX安裝DB2 8.2AIDB2
- SCREEN安裝使用說明
- 在AIX4.3.3 ; AIX5.1 和 AIX5.2上安裝OpenSSHAI
- 在AIX系統中安裝Oracle的幾個小問題AIOracle
- 在AIX5.3安裝Oracle11.2AIOracle
- GNU make安裝注意事項(轉)
- AIX系統中安裝TSM過程AI
- aix rac安裝AI
- aix安裝oracleAIOracle
- 在AIX上安裝配置Oracle10g RACAIOracle
- 今天在aix5.2上安裝9205AI
- Oracle10g 在AIX 5.3上的安裝OracleAI
- Oracle 9i 在AIX上的安裝 (轉)OracleAI
- oracle 9207在AIX下安裝的bugOracleAI
- AIX的yum安裝AI
- oracle rac aix 安裝OracleAI
- 安裝AIX4.3.3AI
- AIX 軟體安裝AI
- 11gRAC在AIX上基本安裝引數解析AI
- 在AIX5.2安裝samba-3.0.4.0.bff出錯AISamba
- aix下hacmp解除安裝AIACM
- AIX5.2安裝OpensshAI
- AIX5.3安裝sshAI
- 安裝Oracle7.2.3 for AIXOracleAI
- AIX下安裝VNC ServerAIVNCServer
- aix5.3 安裝 opensshAI
- 在aix5.2下面安裝gcc編譯器AIGC編譯
- 在IBM AIX 安裝oracle 軟體的注意問題IBMAIOracle
- goldengate 在aix 和hp-ux上的安裝要求GoAIUX
- 在AIX上安裝配置Oracle10g RAC2AIOracle
- DB2___在AIX安裝DB2 8.1基本版DB2AI
- Oracle10g 在AIX 6.1上的靜默安裝OracleAI
- oracle817在AIX5L安裝過程中碰到的幾個問題OracleAI
- 在 CentOS 中安裝 nodejsCentOSNodeJS
- 在linux中安裝DockerLinuxDocker