Brian “Krow” Aker’s Idle Thoughts - Solaris, Linux, it is GNU folks…
Brian hits the nail on the head… The way you get a usable system is install all the GNU tools.
This is how I go from fresh Ubuntu install to building MySQL:
apt-get build-dep mysql-server
apt-get install bison
(now go and build).
(and i could do this graphically if I wasn’t so stuck in my ways)
For Solaris? umm… there was a point where I could get Solaris to apply security updates and Brian could get all the stuff needed to build a MySQL Server. Together we had the knowledge needed… but neither was as trivial as with Ubuntu and combining knowledge was too much - I just gave up and went on to more productive things.
Even on an existing Solaris system… getting your PATH right is a trip into some weird fantasy land seemingly …
[Read more]