AdvancedDLSupport icon indicating copy to clipboard operation
AdvancedDLSupport copied to clipboard

ld.so.cache parsing is incorrect

Open Nihlus opened this issue 6 years ago • 0 comments

The library's current parsing of ld.so.config on Linux systems isn't very good and can produce incorrect results.

Proposed solutions:

  • Improve parser (figure out the actual format?)
  • Drop use of platform path resolvers and just try loading the library if we can't find anything in the local paths
  • Something else?

Nihlus avatar Aug 24 '19 19:08 Nihlus