If you don't want to use the pre-built mySQL package (see yesterday's hints), you can compile from source in 10.2 with a simple edit of the configure file. Once you have the source expanded and you've opened that folder in the Terminal, edit the configure file and look for the section that begins:
*darwin*)You want to change the line which reads
if test "$ac_cv_c_compiler_gnu" = "yes"
then...
with_named_curses=""into this line:
with_named_curses="-ltermcap"You can now compile in the usual way:
% ./configure --mandir=/usr/local/share/man/ --with-innodbor even
% ./configure --mandir=/usr/local/share/man/ --with-innodb \This is useful if you had installed the server before the upgrade. Personally, I prefer to create a binary distribution and install it by hand:
--without-server
% makeHappy coding!
% ./scripts/make_binary_distribution
•
[9,355 views]

