Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* checkinstall [#ef077b42]
** checkinstlalのインストール [#td95de46]
一旦makeコマンドでmake installした後、続けてcheckinstall...
http://www.asic-linux.com.mx/~izto/checkinstall/download....
=========================
INSTALLATION INSTRUCTIONS
=========================
Simple enough:
make
su
make install
checkinstall
"make install" goes first because we have no checkinstal...
"checkinstall" goes latter so we can have a properly ins...
package for checkinstall-1.6.2
(Be sure to read the README if you're pla...
Debian binary packages)
This will install checkinstall-1.6.2, makepak (modified ...
installwatch-0.7.0
** make installの際にファイルをチェックするソフトウェアを...
以下のように--fstrans=noオプションを付ける。
checkinstall --fstrans=no
** Redhat6.2(64bit)の場合 [#r5d7c5f8]
- Gitからソースを落としてコンパイルすると、installwatch.s...
- 事前にrpmbuildコマンドをインストールしておく。 rpm-buil...
** the RPM source directory treeのエラー [#tee38f8f]
/root/rpmbuild has no SOURCES directory. Please write th...
the RPM source directory tree:
上のようなエラーが出た場合は、一旦checkinstallコマンドを...
mkdir -p /root/rpmbuild/SOURCES
** installing package **** needs 4KB on the /selinux file...
rpm -ivh /root/rpmbuild/RPMS/x86_64/checkinstall-2012040...
として、chekinstallパッケージをインストールしようとして、
installing package **** needs 4KB on the /selinux filesy...
上のようなエラーが出た場合は、/usr/local/lib/checkinstall...
EXCLUDE="/selinux"
そして、checkinstallコマンドにexcludeオプションを付けて実...
/usr/local/sbin/checkinstall --exclude=/selinux
終了行:
* checkinstall [#ef077b42]
** checkinstlalのインストール [#td95de46]
一旦makeコマンドでmake installした後、続けてcheckinstall...
http://www.asic-linux.com.mx/~izto/checkinstall/download....
=========================
INSTALLATION INSTRUCTIONS
=========================
Simple enough:
make
su
make install
checkinstall
"make install" goes first because we have no checkinstal...
"checkinstall" goes latter so we can have a properly ins...
package for checkinstall-1.6.2
(Be sure to read the README if you're pla...
Debian binary packages)
This will install checkinstall-1.6.2, makepak (modified ...
installwatch-0.7.0
** make installの際にファイルをチェックするソフトウェアを...
以下のように--fstrans=noオプションを付ける。
checkinstall --fstrans=no
** Redhat6.2(64bit)の場合 [#r5d7c5f8]
- Gitからソースを落としてコンパイルすると、installwatch.s...
- 事前にrpmbuildコマンドをインストールしておく。 rpm-buil...
** the RPM source directory treeのエラー [#tee38f8f]
/root/rpmbuild has no SOURCES directory. Please write th...
the RPM source directory tree:
上のようなエラーが出た場合は、一旦checkinstallコマンドを...
mkdir -p /root/rpmbuild/SOURCES
** installing package **** needs 4KB on the /selinux file...
rpm -ivh /root/rpmbuild/RPMS/x86_64/checkinstall-2012040...
として、chekinstallパッケージをインストールしようとして、
installing package **** needs 4KB on the /selinux filesy...
上のようなエラーが出た場合は、/usr/local/lib/checkinstall...
EXCLUDE="/selinux"
そして、checkinstallコマンドにexcludeオプションを付けて実...
/usr/local/sbin/checkinstall --exclude=/selinux
ページ名: