To install Apache 2.2, PHP 5, MySQL 5.1, Perl 5.8 on Solaris 11 Express just follow these steps:
- Install Solaris 11 Express (I won`t provide help with this step)
- Start Solaris and login as the main user
- Start the terminal, if not done already
su
(and change the password)pkg refresh
pkg install amp
svcadm enable apache22
svcadm enable mysql
cd /var/apache2/2.2/htdocs
rm index.html
All PHP files etc can be placed in /var/apache2/2.2/htdocs
Sweet! Thanks, it works. 10 points when other tutorials were pages and pages long.
Cheers,
Crispin (noob)
Also see http://www.ramoonus.nl/2011/01/solaris-11-express-samp-installation-guide-update/ for an updated version
Fantastic. Thanks..