Hercules
Hercules copied to clipboard
macOS error: MySQL not found or incompatible
Describe the bug I have mariadb on my Mac. Using latest macOS (Monterey 12.1). And trying to run project following readme installation guide.
To Reproduce Steps to reproduce the behavior:
- pull this repo
- run './configure'
Expected behavior
- configure should pass
Screenshots
System specs (please complete the following information):
- OS: macOS 12.1
- Hercules Version stable branch
Plugins used or source modifications
- just clean stable branch
same issue
some one already had this issue. this is because all mysql or mariadb libs not installed. missing openssl development libraries. this is probably mysql/mariadb client bug. install openssl dev libs and it should works. also look in wiki or forums what other deps need for hercules.
add --with-mysql, below my params ./configure --with-mysql=/usr/local/mysql-8.0.28-macos11-arm64/bin/mysql_config