Hi there
I met the problem after running
./configure
according to the https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md
I have tried other solutions like #7269 and used
brew uninstall libevent
sudo port install libevent
to uninstall libevent from brew and reinstall it using port, but it dosen't work.
Is it a problem of macOS version?