How to get the Development enviroment on a CentOS server
Well that is an easy one
# yum groupinstall 'Development Tools'
what comes next is gonna be the pain
Off to install PHP
……………..gone for ten minutes………………
Well back so soon ?? Yes
Just to say You need to also do
yum install up2date gcc
because it ‘ll never find the compiler
And yes first attempt on php failed so here starts a new post.
No comments yet.