Install Curl on solaris...

what’s curl? read here :  http://curl.haxx.se

this’s how to install curl on solaris :


# wget -c http://curl.haxx.se/download/curl-7.16.4.tar.gz
# gunzip curl-7.16.4.tar.gz
# tar -xvf curl-7.16.4.tar
# cd curl-7.16.4
# ./configure –without-ssl
# make
# su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install

and you’re done, try # curl –help to test it’s working or not


Installing Apache MySql Php Webmin on Op...

1. installing Apache MySQL and PHP

i use bitvise tunnelier to remote my vps ( http://www.bitvise.com/tunnelier )
- login to root
- after login, enter terminal console, and type this

# su
# pfexec pkg install SUNWapch22 SUNWapch22m-php5 SUNWapch22m-fcgid SUNWmysql5 SUNWphp524-mysql SUNWmysql-base SUNWphp524 SUNWphp524core SUNWphp524usr
those command will install AMP, and bind those componens