libelf.so.1 not found


Create a link named libelf.so.1 in the /usr/lib directory pointing the installed sub version.


Perform a "ls -al /usr/lib/libelf*"

This will result in a listing of subversions of libelf.

For example you may see a "libelf-0.137.so".

To create symbolic link:
sudo ln -sf /usr/lib/libelf-0.137.so /usr/lib/libelf.so.1





Show Form
No comments yet. Be the first to add a comment!