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
{{ message }}
This repository was archived by the owner on Feb 6, 2021. It is now read-only.
It would be very convenient to have more control on the paths (and order) queried for loading native libraries (apart from the std three currently taken into account); prepending the paths from LD_LIBRARY_PATH evn var would be a very welcome addition and common linux behavior.
The underlying jnr-ffi lib does allow to append some extra paths, but unfortunately those did not help us out (ref jnr/jnr-ffi#129). They were only appended to the std search paths.
It would be very convenient to have more control on the paths (and order) queried for loading native libraries (apart from the std three currently taken into account); prepending the paths from LD_LIBRARY_PATH evn var would be a very welcome addition and common linux behavior.
The underlying jnr-ffi lib does allow to append some extra paths, but unfortunately those did not help us out (ref jnr/jnr-ffi#129). They were only appended to the std search paths.