我正在使用已安装的Homebrew。
在安装和链接它之后,我在尝试运行apachectl start时得到了这个错误消息。
Symbol not found: _apr_bucket_alloc_aligned_floor
Referenced from: /usr/local/Cellar/httpd/2.4.51/bin/httpd
Expected in: /usr/lib/libaprutil-1.0.dylib
/usr/local/bin/apachectl: line 79: 4894 Abort trap: 6 我试着卸载和重新安装了几次用国产。这没什么用。
哪里出了问题,我怎么解决呢?
发布于 2021-12-08 10:30:04
我找到了答案(https://github.com/Homebrew/discussions/discussions/2482)
brew reinstall apr-utilhttps://stackoverflow.com/questions/70273353
复制相似问题