Now that I am happy with my Solaris 10 virtual machine running on
my Mac Book, I can proceed with installing (compiling) MySQL on
it. However as you can expect, the default Solaris 10
installation doesn't install cc compiler by default. We can
confirm that if the following error message is displayed when
running we run cc on Solaris 10 console:
bash-3.00# cc
/usr/ucb/cc: language optional software package not installed
What this means is that we need to install Sun Studio 11 from
Sun site. Before downloading you need to be
logged in. The download file studio11-sol-x86.tar.bz2 is about
332.6MB.
Once you have it installed, check the checksum and then proceed
with decompressing the Sun Studio 11 bz2 file. Note I used the
very verbose and keep option. You may or may …