> Hello, i' ve just installed coolstack for apache, php, mysql. After > installation i noticed that i didnt have any mysql32 or php5 folder. So i > tryied to see if it has been installed by typing these commands : > #pkginfo | grep -i mysql > application CSKmysql32 MySQL 5.0.45 32bit > system SUNWmysqlr mysql - MySQL Database > Management System (root component) > system SUNWmysqlt mysql - MySQL Database > Management System (test component) > system SUNWmysqlu mysql - MySQL Database > Management System (usr component)
You're doing a mix and match game. Try to just install Apache and everything you need from one vendor and one place where it all just works out of the box for you. mysql5 5.0.51 will be out shortly from Blastwave. You can get Apache 2.2.6,REV=2007.10.25 right now with all the perl modules and things you probably want. So .. try shopping in one community place at a time. Or you may end up trying to stitch together stuff from there plus stuff from here from stuff you built yourself. Keep in mind that you are perfectly welcome to throw away a week of your life building everything from source also .. just don't be surprised if people sit back and watch you like the neighbor that puts up his Christmas lights in a blinding snowstorm. You *can* do it. It can be entertaining and even educational but strictly no fun. Dennis ps: hint ... just pkg-get -i apache mysql5 etc etc etc ...
