Working with MariaDB on Gentoo #1911
Answered
by
hazimimdnazri
hazimimdnazri
asked this question in
Q&A
-
Hi, I stumbled upon this framework and trying to create a project with it. But I'm unable to connect to my MariaDB server. This is the output of the drogon_ctl -v
Has anyone managed to make it work with MariaDB on Gentoo? What package do I need to have? |
Beta Was this translation helpful? Give feedback.
Answered by
hazimimdnazri
Jan 19, 2024
Replies: 1 comment 8 replies
-
Please install the mariadb client dev library to your OS first, and then re-cmake and recompile drogon again. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution. The FindMySQL.cmake focusing on the mysql include folder, on this case, gentoo contains both. I've edited cmake to check for both and prioritize on mariadb if it exist and now it works. I've submitted a PR if it helps other gentoo users.