Hercules icon indicating copy to clipboard operation
Hercules copied to clipboard

macOS error: MySQL not found or incompatible

Open pderiy opened this issue 3 years ago • 3 comments

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 image image

System specs (please complete the following information):

  • OS: macOS 12.1
  • Hercules Version stable branch

Plugins used or source modifications

  • just clean stable branch

pderiy avatar Jan 09 '22 15:01 pderiy

same issue

glopezep avatar Feb 01 '22 18:02 glopezep

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.

4144 avatar Feb 01 '22 20:02 4144

add --with-mysql, below my params ./configure --with-mysql=/usr/local/mysql-8.0.28-macos11-arm64/bin/mysql_config

hanterzhu avatar Nov 28 '23 13:11 hanterzhu