|
Description
|
After running elfdump -d on an application built on a recent Nevada build, I noticed
it listed a dependency on libX11.so instead of libX11.so.4
"elfdump -d /usr/X11/lib/libX11.so.4 | grep SONAME" returns nothing, which is why the
application recorded the wrong dependency. libX11 should be fixed to have the right
SONAME.
|