The lsof package is useful to LiSt Open Files for a given running application or process.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/lsof-org/lsof/releases/download/4.99.0/lsof-4.99.0.tar.gz
ダウンロード MD5 sum: 8c858675f6d6e137df9b4e26ad6c46e8
ダウンロードサイズ: 1.1 MB
必要ディスク容量: 14 MB (テスト込み)
概算ビルド時間: 0.1 SBU (テスト込み)
Nmap-7.94 (with a symbolic link nc pointing to ncat in /usr/bin
; used in tests)
To run the tests, the following option should be enabled in the kernel configuration:
General setup ---> [*] POSIX Message Queues [POSIX_MQUEUE]
以下のコマンドを実行して lsof をビルドします。
./configure --prefix=/usr --disable-static && make
The tests should be run as the root
user. They require that the POSIX message queues are enabled in the
kernel, and that Nmap-7.94 be installed with a symbolic link
/usr/bin/nc
pointing to ncat.
make check
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。