Libargon2 does not properly update LD_LIBRARY_PATH (Fatal error: exception Dl.DL_error("libargon2.so.1: cannot open shared object file: No such file or directory")) #277559
Labels
0.kind: bug
Something is broken
Describe the bug
A clear and concise description of what the bug is.
I currently am trying to use Libargon for my project as a system dependency. It installs without fail, however, I get errors when I try to run my program that depends on it I get the error
I was able to resolve it on linux by adding the flag
However, this doesn't solve the issue for OS X, where I get the error
Which with my limited knowledge I assume is due to it missing from the OS X library path.
The text was updated successfully, but these errors were encountered: