MariaDB build and configuration
buildout configruation to build and config MariaDB
There are some updates we need pay attention.
NOTE: buildout and ssl
For CentOS version 5 we need update the root certificates:
openssl version -d cd /etc/pki/tls/certs sudo mv ca-bundle.crt ca-bundle.crt.bak sudo curl http://curl.haxx.se/ca/cacert.pem -o ca-bundle.crt
This support thread CentOS Root Certificate Problem has details explaination.
How to set buildout recipe's version?
Here is quick sample set set a recipe's version:
[buildout] parts= versions = versions [versions] collective.recipe.cmd = 0.6