Hi,[br][br]Ive tried to install php 5.3(via CLN website) but Im prompted with this error.[br][br]Failed: packages requested raised dependency problems: [php53-common conflicts with php-common][br][br]Would anybody be able to help?
Announcement
Collapse
No announcement yet.
Installing PHP 5.3
Collapse
X
-
-
So in short,
Install Plesk 9.5.4 first, selected php5 support.
Next delete the php5.1.6 packages:
[root@ip-10-131-15-77 ~]# rpm -e --nodeps php php-common php-mysql php-imap php-gd php-pdo php-mbstring php-xml php-cli
And install php5.3 ones:
[root@ip-10-131-15-77 ~]# yum install php53
[root@ip-10-131-15-77 ~]# yum install php53-mysql
[root@ip-10-131-15-77 ~]# yum install php53-imap
[root@ip-10-131-15-77 ~]# yum install php53-gd
[root@ip-10-131-15-77 ~]# yum install php53-mbstring
[root@ip-10-131-15-77 ~]# yum install php53-xml
Plesk PSA is still running OK.
Haven tried an actual website, but assumingly should be OK.
Comment
Comment