Checkinstall でインストール
- Download
CheckInstallはhttp://asic-linux.com.mx/%7Eizto/checkinstall/から。
- Install
おや?ディレクトリが足りない。
$ tar xvzf checkinstall-1.5.3.tgz
$ cd checkinstall-1.5.3
$ make
$ su
# make install
インストール完了。
# mkdir /usr/local/sbin
# mkdir /usr/local/bin
# mkdir /usr/local/lib
# make install
getoptが無いと文句を言われるので調達。
# /usr/local/sbin/checkinstallcheckinstall 1.5.3, Copyright 2001 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL./usr/local/sbin/checkinstall: getopt: command not found
Use --help or -h to get more information
それでも挙動がおかしいのでパッチを当てる。
- libjpeg
- xawtv
をそれぞれRPM化
インストール時にアーキテクチャーが違うと文句を言われるので,
-
- ignorearchを利用する。
# rpm -i --nodeps --ignorearch /usr/src/hardhat/RPMS/ppc/libjpeg-6b-1.ppc.rpm
# rpm -i --nodeps --ignorearch /usr/src/hardhat/RPMS/ppc/xawtv-3.91-1.ppc.rpm