Server Setup on Mac

parseError

New member
Messages
6
Points
0
Hi, anyone how has server setup on their macbook?

im currently having problem in ./configure (configure: error: MySQL not found or incompatible)

already installed mysql-server from mysql.com

thanks

 
configure only works for linux im pretty sure. if you are using mac, you probably need to use something like bootcamp to use Windows on your MAC, then compile using Windows Visual Studio.

 
already fixed my previous issue about mysql, i installed brew to instal the mysql-server.

but now i got this error (configure: error: PCRE header not found)

 
@parseError

Code:
brew install pcre zlib make gcc mysql-server git

./configure

make sql -j 8
 
Last edited by a moderator:
Back
Top