Archive for the ‘ Server Development ’ Category
I need to have more options turned on than what the 5.4 distribution comes with like phpDOM XML mySQL GD to mention a few so… My current build looks like this (if you don’t know what your current build looks like google phpinf.cgi) ‘./configure’ ‘–host=x86_64-redhat-linux-gnu’ ‘–build=x86_64-redhat-linux-gnu’ ‘–target=x86_64-redhat-linux’ ‘–program-prefix=’ ‘–prefix=/usr’ ‘–exec-prefix=/usr’ ‘–bindir=/usr/bin’ ‘–sbindir=/usr/sbin’ ‘–sysconfdir=/etc’ ‘–datadir=/usr/share ‘ ‘–includedir=/usr/include’ ‘–libdir=/usr/lib64′ [ READ MORE ]
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 [ READ MORE ]