What does "Files with missing rpath" mean and how can I fix this? #5773
Unanswered
eleanordoesntcode
asked this question in
Writing Formulae/Casks
Replies: 1 comment 2 replies
-
An rpath is like a map to find shared libraries. I looked at your PR, and you probably just need to add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm currently updating the projectm formulae, which installs among other things some dynamic libraries, and I'm getting the error "Files with missing rpath:
/opt/homebrew/Cellar/projectm/4.1.2/lib/libprojectM-4-playlist.4.1.2.dylib" at the
brew linkage --cached --test --strict projectm
step. Why does it happen and how can I fix this?Beta Was this translation helpful? Give feedback.
All reactions