You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that according to the ELF standard, the rpath is ignored in libraries, therefore if the path points to an executable, an empty string is returned
I believe ldd does not agree with this (running on ubuntu 16), as it also respects rpath of shared libraries.
In the comments of the include files of this lib:
I believe
ldd
does not agree with this (running on ubuntu 16), as it also respects rpath of shared libraries.Did you use http://www.sco.com/developers/gabi/2003-12-17/ch5.dynamic.html#tag_encodings as a reference?
It seems Solaris has its own specs (https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-42444.html#chapter6-tbl-52) that do not ignore rpath in shared libs.
The text was updated successfully, but these errors were encountered: