< Previous | Contents | Next >
6.48.1. Installation of Libelf
Libelf is part of elfutils-0.177 package. Use the elfutils-0.177.tar.bz2 as the source tarball. Prepare Libelf for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
To test the results, issue:
make check
make check
Install only Libelf:
make -C libelf install
install -vm644 config/libelf.pc /usr/lib/pkgconfig
make -C libelf install
install -vm644 config/libelf.pc /usr/lib/pkgconfig