-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve manual build instructions for centos7 (maybe add pre-built docker images) #17
Comments
Some improvements for decreasing a compilation time. MySQL can be built without a server binary. For example:
This checked on percona server. And I don't understand why you installed nanomsg. You using static linking and nanomsg installing it is not necessary. I can upload my ugly rpmspec-file if you want. This can be a good starting point for a building pinba engine. |
Nice tip, thanks. |
https://github.com/badoo/pinba2/files/3886244/pinba-engine.txt rpmspec checked on centos 7 and percona server 5.7. devtoolset-7 required but not listed in BuildRequires. mysql-devel needed only for mysql_config utility for determine mysql plugin directory. |
Thanks for the spec! At a brief glance, i think |
I can give a
|
Here's the HOWTO from Alexey Medov building on centos7 + mariadb 10.2
A nice starting point.
http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.2/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
The text was updated successfully, but these errors were encountered: