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

Viewed 3629

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?

1 Answers
Related