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
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