You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - is this library still supported? I'm running into some issues installing the package on my mac via opam, and I strongly suspect its related to my installation of mysql8 being installed via homebrew. I've tried everything I could, but seems homebrew might just be using non-standard directories that aren't easily recognized by opam?
Running opam install mysql8:
% opam install mysql8
The following actions will be performed:
∗ install mysql8 1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
⬇ retrieved mysql8.1.0 (cached)
[ERROR] The compilation of mysql8.1.0 failed at "dune build -p mysql8 -j 7".
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
┌─ The following actions failed
│ λ build mysql8 1.0
└─
╶─ No changes have been performed
The text was updated successfully, but these errors were encountered:
It says you need to install mysql development files. It's either mysql or mysql-client packages if you don't need db server itself. Though it needs a patch for Mysql 8.3
Hi - is this library still supported? I'm running into some issues installing the package on my mac via opam, and I strongly suspect its related to my installation of mysql8 being installed via homebrew. I've tried everything I could, but seems homebrew might just be using non-standard directories that aren't easily recognized by opam?
Running opam install mysql8:
The text was updated successfully, but these errors were encountered: