-
Notifications
You must be signed in to change notification settings - Fork 167
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
mariadb-build failed on CentOS 7 #138
Comments
What version of MariaDB is installed? |
I also Face this problem. i used a 10.3 version of mariadb |
So far, in my experience, and I definitely don’t have much, it seems the mariadb/C connector included in the dependency packages functions only for mariaDB 5.5.x. Updating the mariaDB/C connector package won’t fix it, because the make file and patch files depend on the old iteration, either my name or by specific code. I’m not especially proficient in C/C++. In other words, install mariaDB 5.5 (what’s included with CentOS distros) and try again.
That won’t fix the overall lack of functionality of the install file. You’ll have to setup your own daemon I think.
On February 10, 2020 at 10:18:23 PM, aryanlakhani8 ([email protected]) wrote:
I also Face this problem. i used a 10.3 version of mariadb
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You need to run
That should get you everything used by the various tools/scripts in the repo, which means there are a few packages you don't actually need to build the server. Also note, the bundled MariaDB connect is actually the client library magmad uses to connect with it's control database. You'll need a MySQl or MariaDB server to actually use the daemon. You can create that database using the https://github.com/lavabit/magma/blob/develop/dev/install/magmad.install.sh |
The text was updated successfully, but these errors were encountered: