I am new to server and Linux, and I ran into some problems. I am trying to update my PHP by looking for linux commands over the network. Some commands performed fine, and some did not.
I tried using this command to install php-gd since I have this error message "Required GD library is missing." So, I tried to run this below:
yum install php-gd
However, this gives me the following error message:
php56w-common conflicts with php-common-5.3.3-46.el6_6.x86_64
Here is the information on my server:
[ root@uat ~]
Do you know what I did wrong by updating my php? Should I delete all php files on my server and reinstall? How?
source share