Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS error: MySQL not found or incompatible #3106

Open
pderiy opened this issue Jan 9, 2022 · 3 comments
Open

macOS error: MySQL not found or incompatible #3106

pderiy opened this issue Jan 9, 2022 · 3 comments

Comments

@pderiy
Copy link

pderiy commented Jan 9, 2022

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
@glopezep
Copy link

glopezep commented Feb 1, 2022

same issue

@4144
Copy link
Contributor

4144 commented Feb 1, 2022

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.

@hanterzhu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants