Constant "reinstalling dependents with broken linkage from source" for php and httpd #3218
-
On two different Macs Homebrew is constantly trying to recompile php and httpd when I do a
If I These are the only two packages that are behaving this way, is there something I can do to troubleshoot this? brew config
brew doctor
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I were to guess, it may be the known
You can troubleshoot by running Once you identify problematic formulae, you might be able to fix issue by In case of |
Beta Was this translation helpful? Give feedback.
If I were to guess, it may be the known
apr-util
issue:You can troubleshoot by running
brew linkage httpd
orbrew linkage php
when you see this type of issue to find which formula's link is broken.Once you identify problematic formulae, you might be able to fix issue by
brew reinstall ...
In case of
apr-util
issue, we plan to fix it after merginglibxcrypt
(Homebrew/homebrew-core#99367) and then rebuilding+distributing revision-bumpedapr-util