"Symbol not Found" 启动 httpd 时出错 (mac)
"Symbol not Found" Error on starting httpd (mac)
我正在使用 Homebrew 安装 apache。
安装并链接后,我在尝试 运行 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
我尝试使用 Homebrew 卸载并重新安装几次。这没有帮助。
出了什么问题,我该如何解决?
我找到了答案(https://github.com/Homebrew/discussions/discussions/2482)
brew reinstall apr-util
我正在使用 Homebrew 安装 apache。
安装并链接后,我在尝试 运行 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
我尝试使用 Homebrew 卸载并重新安装几次。这没有帮助。
出了什么问题,我该如何解决?
我找到了答案(https://github.com/Homebrew/discussions/discussions/2482)
brew reinstall apr-util