ちょっと一息入れて、コマンド関係などをインストールする。
まぁ、今さらながらLHAなんかをいれてみる。
LHAはwgetしてみると、実はRPMforgeリポジトリに存在していたらしい。
# wget http://dag.wieers.com/rpm/packages/lha/lha-1.14i-19.2. 2.el5.rf.x86_64.rpm --2010-11-27 09:52:27-- http://dag.wieers.com/rpm/packages/lha/lha-1.14i-19.2.2.el5.rf.x86_64.rpm Resolving dag.wieers.com... 62.213.193.149 Connecting to dag.wieers.com|62.213.193.149|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://packages.sw.be/lha/lha-1.14i-19.2.2.el5.rf.x86_64.rpm [following] --2010-11-27 09:52:28-- http://packages.sw.be/lha/lha-1.14i-19.2.2.el5.rf.x86_64.rpm Resolving packages.sw.be... 85.13.226.40 Connecting to packages.sw.be|85.13.226.40|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://rpmforge.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/lha-1.14i-19.2.2.el5.rf.x86_64.rpm [following] --2010-11-27 09:52:29-- http://rpmforge.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/lha-1.14i-19.2.2.el5.rf.x86_64.rpm Resolving rpmforge.sw.be... 85.13.226.40 Reusing existing connection to packages.sw.be:80. HTTP request sent, awaiting response... 200 OK Length: 54481 (53K) [application/x-rpm] Saving to: `lha-1.14i-19.2.2.el5.rf.x86_64.rpm' 100%[======================================>] 54,481 51.0K/s in 1.0s 2010-11-27 09:52:31 (51.0 KB/s) - `lha-1.14i-19.2.2.el5.rf.x86_64.rpm' saved [54481/54481]
でもって、インストールする。
# rpm -ivh lha-1.14i-19.2.2.el5.rf.x86_64.rpm Preparing... ########################################### [100%] 1:lha ########################################### [100%] # rehash # which lha /usr/bin/lha
今更ながら、yumでいけんたんじゃないかと思う。
続いて、PHP関連をインストールする。
# yum -y install php-gd Installed: php-gd.i386 0:5.2.14-2.el5.art php-gd.x86_64 0:5.2.14-2.el5.art Dependency Installed: libXaw.i386 0:1.0.2-8.1 libXmu.i386 0:1.0.2-5 libXpm.i386 0:3.5.5-3 t1lib.i386 0:5.1.2-2.el5.art t1lib.x86_64 0:5.1.2-2.el5.art Complete!
Leave your Comment