AIX的yum安裝

zchbaby2000發表於2018-10-09

之前在AIX上安裝yum是按照步驟一步步來做,今天找到一個指令碼,可以很方便的執行指令碼來做

ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/

可惜的是很多時候,還是需要手工的下載一下依賴包完成yum的安裝,yum安裝完成以後才能真正的方便起來

AIX的yum安裝 yum.sh.txt

yum.sh執行的最後遇到一個問題

error: Failed dependencies:
        libtcl8.4.so is needed by python-2.7.10-1.ppc
        libtk8.4.so is needed by python-2.7.10-1.ppc

參考https://www.djouxtech.net/posts/aix-yum-installation/

下載
https://www-01.ibm.com/support/docview.wss?uid=isg1fileset1108533826
安裝
-bash-3.2# installp -aX -d tcl.base.8.4.7.0.bff tcl.base
-bash-3.2# installp -aX -d tk.base.8.4.7.0.bff tk.base


本來以為要安裝新的tcl和tk的rpm包的,還特意下載安裝,發現沒有毛用

-bash-3.2# rpm -Uvh tcl-8.6.8-1.aix6.1.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:tcl-8.6.8-1                      ################################# [100%]
-bash-3.2# rpm -Uvh fontconfig-2.11.95-3.aix6.1.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:fontconfig-2.11.95-3             ################################# [ 50%]
Cleaning up / removing...
   2:fontconfig-2.4.2-1               ################################# [100%]
-bash-3.2#

-bash-3.2# rpm -Uvh libXrender-0.9.8-2waixX11.aix6.1.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:libXrender-0.9.8-2waixX11        ################################# [ 50%]
Cleaning up / removing...
   2:xrender-0.9.1-3                  ################################# [100%]
-bash-3.2# rpm -Uvh libXft-2.3.2-4waixX11.aix6.1.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:libXft-2.3.2-4waixX11            ################################# [ 50%]
Cleaning up / removing...
   2:xft-2.1.6-5                      ################################# [100%]
-bash-3.2#

-bash-3.2# rpm -Uvh tk-8.6.8-1.aix6.1.ppc.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:tk-8.6.8-1                       ################################# [100%]
-bash-3.2#




來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/725820/viewspace-2215786/,如需轉載,請註明出處,否則將追究法律責任。