The patchelf package contains a small utility to modify the dynamic linker and RPATH of ELF executables.
![[Note]](../images/note.png) 
          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/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.gz
Download MD5 sum: b02099b0d63f06b3fe370f4edfc0c085
Download size: 448 KB
Estimated disk space required: 20 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Install patchelf by running the following commands:
./configure --prefix=/usr \
            --docdir=/usr/share/doc/patchelf-0.18.0 &&
make
        To test the results, issue: make check.
          Now, as the root user:
        
make install