Library not loaded: @rpath/libPcmMsr.dylib
when running pcm binary from installation directory on macOS
#624
Labels
If I run any pcm binary from /usr/local/sbin (i.e. the directory they are installed in) I get this error:
, while if I run it from pcm/build/bin the error is not generated.
If I point the DYLD_LIBRARY_PATH environment variable to /usr/local/lib/, this problem does not occur.
Isn't it possible to specify the path that the DYLD_LIBRARY_PATH environment variable points to during building?
The text was updated successfully, but these errors were encountered: