Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Symbol not Found" Error on starting httpd (mac)

I am using Homebrew installed apache.

After installing and linking this, I am getting getting this error message when trying to run 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 

I tried uninstalling and re-installing several times with Homebrew. This did not help.

What has gone wrong and how can I fix it?

like image 458
ControlAltDel Avatar asked Nov 19 '25 17:11

ControlAltDel


1 Answers

I found the answer (https://github.com/Homebrew/discussions/discussions/2482)

brew reinstall apr-util
like image 64
ControlAltDel Avatar answered Nov 21 '25 08:11

ControlAltDel