PHP INSTALLATION ON LINUX ?
Posted: Thu Aug 25, 2005 1:26 pm
Which is the easiest, fast, best , simple way to install php for the first time on linux ?? im confused...........
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
tar xvzf php*.tar.gz
cd php*
./configure --prefix=/wherever/you/want/it/to/go --other-options-found-by-reading-the-documents-(--enable-mysql-of-course)
make
su -
make installCode: Select all
emerge php