Hello
How to run GreenSQL on a Mac OS X server ?
Thanks so much Joel
MAC OS is based on FreeBSD. So probably you just need to install few missing packages that are similar to freeBSD.
If you build installation package for FreeBSD you will need to install the following packages:
pkg_add -r bison pkg_add -r libevent pkg_add -r pcre pkg_add -r mysql51-client
After that you just need to run ./build.sh script located in the application sources. It will try to build installation package.
Hope this helps, Yuli
Thanks so much
I am going to try, but which version of GreenSQL I have to choose (no FreeBSD is present to download) ?
Hello Joel
Just get the latest version of the source code from the download page.
Yuli
Back to top
MAC OS is based on FreeBSD. So probably you just need to install few missing packages that are similar to freeBSD.
If you build installation package for FreeBSD you will need to install the following packages:
pkg_add -r bison
pkg_add -r libevent
pkg_add -r pcre
pkg_add -r mysql51-client
After that you just need to run ./build.sh script located in the application sources. It will try to build installation package.
Hope this helps,
Yuli
Thanks so much
I am going to try, but which version of GreenSQL I have to choose (no FreeBSD is present to download) ?
Hello Joel
Just get the latest version of the source code from the download page.
Yuli