%general-entities; ]> $LastChangedBy$ $Date$ elfutils-&elfutils-version; elfutils Introduction to elfutils The elfutils package contains set of utilities and libraries for handling ELF (Executable and Linkable Format) files. &lfs77_checked; &gcc5_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &elfutils-md5sum; Download size: &elfutils-size; Estimated disk space required: &elfutils-buildsize; Estimated build time: &elfutils-time; User Notes: Installation of elfutils Install elfutils by running the following commands: sed -e '/*runp =/,+2d' \ -e '/runp +=/s/r.*;/*runp++ = '\0';/' \ -i libelf/elf_begin.c && ./configure --prefix=/usr --program-prefix="eu-" && make If you wish to run the test suite, first fix it to skip two failing tests: sed -i '/srcdir/ iexit 77\n' \ tests/run-backtrace-native.sh \ tests/run-backtrace-native-core.sh To test the results, issue: make check. Now, as the root user: make install Command Explanations sed ... libelf/elf_begin.c: This command fixes a potiential vulnerability identified upstream. --program-prefix="eu-": This switch renames installed programs to avoid conflict with Binutils programs installed in LFS. Contents Installed Programs Installed Libraries Installed Directories eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld, eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf, eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip libasm.{a,so}, libdw.{a,so}, libebl.a, libelf.{a,so}, and some for different architectures under /usr/lib/elfutils /usr/include/elfutils and /usr/lib/elfutils