GreenSQL and Mac OS X

3 replies
Joel
Joel's picture
Joined: 05/23/2009
User offline. Last seen 1 year 6 weeks ago.

Hello

How to run GreenSQL on a Mac OS X server ?

Thanks so much
Joel

yuli
yuli's picture
Joined: 01/30/2008
User offline. Last seen 2 days 2 hours ago.

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

Joel
Joel's picture
Joined: 05/23/2009
User offline. Last seen 1 year 6 weeks ago.

Thanks so much

I am going to try, but which version of GreenSQL I have to choose (no FreeBSD is present to download) ?

yuli
yuli's picture
Joined: 01/30/2008
User offline. Last seen 2 days 2 hours ago.

Hello Joel

Just get the latest version of the source code from the download page.

Yuli

Back to top