04-02-2016, 12:01 PM
you have all the php5 dependencies installed right id make sure
if your running ubuntu server or desktop use this command to install all dependiencs for php its jsut simpler then trying to make sure you have them all as you need them imo its worth the space it takes up
if your on the root account use
apt-get build-dep php5
if your on a user account w/ sudo perms use
sudo apt-get build-dep php5
if you need the yum commands here
root account
yum-builddep php5
user account
sudo yum-builddep php5
if your running ubuntu server or desktop use this command to install all dependiencs for php its jsut simpler then trying to make sure you have them all as you need them imo its worth the space it takes up
if your on the root account use
apt-get build-dep php5
if your on a user account w/ sudo perms use
sudo apt-get build-dep php5
if you need the yum commands here
root account
yum-builddep php5
user account
sudo yum-builddep php5