The lsof package is useful to LiSt Open Files for a given running application or process.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/lsof-org/lsof/releases/download/4.99.4/lsof-4.99.4.tar.gz
Download MD5 sum: 4bb529a53973276c07a1cf38564fd52c
Download size: 1.1 MB
Estimated disk space required: 13 MB (with tests)
Estimated build time: 0.6 SBU (with tests)
Nmap-7.97 (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]
Install lsof by running the following commands:
./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.97 be installed with a symbolic link
/usr/bin/nc
pointing to ncat.
make check
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.