-
Notifications
You must be signed in to change notification settings - Fork 165
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
Magma does not build using make #114
Comments
|yum install -y zlib-devel try it on CentOS 7 or make sure you have zlib-devel |
The headers exist:
I am on Arch Linux - there are no -devel packages (all packages include the lib/tool, headers and the stuff for linking) |
it appears the issue is stemming from this
`` If I had to guess there is a small api change from the version of Linux Centos 6 uses to Linux 4.16 or whatever your on. |
It appears the bundled version of MySQL is incompatible with the Technically speaking, the a full version of MySQL v5.1.73 is bundled, but only the client library is used by magma. The system bundled version is used for the server daemon. If the build error is in the daemon, and not the client library, reconfiguring the build options to only compile the client library could circumvent the issue. The reason I haven't done this already is so the bundled daemon code can be used to run the client library unit tests. The other option is dropping the source tarball for a newer MySQL version into lib/archives/ and then updating the Also note. Newer versions of MariaDB and MySQL won't accept the magma schema by default. They consider the default DATE and DATETIME values of '0000-00-00' and '0000-00-00 00:00:00' invalid. This issue can be worked around with a my.cnf setting which allows those values. |
Error Message:
Output of
yaourt
(package manager):Version of the Code: 11.10. 2017
OS: Arch Linux (up to date)
The text was updated successfully, but these errors were encountered: