The patchelf package contains a small utility to modify the dynamic linker and RPATH of ELF executables.
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.
下载地址(HTTP):https://github.com/NixOS/patchelf/releases/download/0.19.0/patchelf-0.19.0.tar.gz
MD5 校验和:c11eaf4dcab682e1f9748b72b4e4d12b
大小:476 KB
预计所需磁盘空间:27 MB(含测试)
预计构建时间:0.1 SBU(含测试)
Install patchelf by running the following commands:
./configure --prefix=/usr \
--docdir=/usr/share/doc/patchelf-0.19.0 &&
make
To test the results, issue: LC_ALL=C make check.
Now, as the root user:
make install