Link to home
Start Free TrialLog in
Avatar of sharingsunshine
sharingsunshineFlag for United States of America

asked on

Mac VMWare fusion 6 Centos 6 Conflict Problem

I am needing to install phpMyAdmin on my VMWare box.  However, I get his conflict.  I want to use only epel and centos repos.  I don't mind upgrading php if I need to.

[root@localhost rpm-gpg]# yum install phpmyadmin
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.ash.fastserv.com
 * epel: ftp.cse.buffalo.edu
 * extras: mirror.lug.udel.edu
 * updates: centos.mirror.constant.com
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:4.0.10.15-1.el6 will be installed
--> Processing Dependency: php-mbstring >= 5.2.0 for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Processing Dependency: php-gd >= 5.2.0 for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Processing Dependency: php-xmlwriter for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Processing Dependency: php-tcpdf-dejavu-sans-fonts for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Processing Dependency: php-tcpdf for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Processing Dependency: php-php-gettext for package: phpMyAdmin-4.0.10.15-1.el6.noarch
--> Running transaction check
---> Package php-gd.x86_64 0:5.3.3-46.el6_7.1 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-46.el6_7.1 for package: php-gd-5.3.3-46.el6_7.1.x86_64
---> Package php-mbstring.x86_64 0:5.3.3-46.el6_7.1 will be installed
---> Package php-php-gettext.noarch 0:1.0.11-12.el6 will be installed
---> Package php-tcpdf.noarch 0:6.2.11-1.el6 will be installed
--> Processing Dependency: php-tidy for package: php-tcpdf-6.2.11-1.el6.noarch
--> Processing Dependency: php-posix for package: php-tcpdf-6.2.11-1.el6.noarch
--> Processing Dependency: php-bcmath for package: php-tcpdf-6.2.11-1.el6.noarch
---> Package php-tcpdf-dejavu-sans-fonts.noarch 0:6.2.11-1.el6 will be installed
---> Package php-xml.x86_64 0:5.3.3-46.el6_7.1 will be installed
--> Running transaction check
---> Package php-bcmath.x86_64 0:5.3.3-46.el6_7.1 will be installed
---> Package php-common.x86_64 0:5.3.3-46.el6_7.1 will be installed
---> Package php-process.x86_64 0:5.3.3-46.el6_7.1 will be installed
---> Package php-tidy.x86_64 0:5.3.3-46.el6_7.1 will be installed
--> Processing Conflict: php56w-common-5.6.15-1.w6.x86_64 conflicts php-common < 5.5.0
--> Finished Dependency Resolution
Error: php56w-common conflicts with php-common-5.3.3-46.el6_7.1.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Open in new window

Avatar of sharingsunshine
sharingsunshine
Flag of United States of America image

ASKER

also

[root@localhost rpm-gpg]# yum list php
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.ash.fastserv.com
 * epel: mirror.umd.edu
 * extras: mirror.umd.edu
 * updates: mirrors.greenmountainaccess.net
Available Packages
php.x86_64                                    5.3.3-46.el6_7.1                                    updates

Open in new window

Avatar of Eoin OSullivan
PHP 5.3 is a a VERY old version dates from 2009!!  .. you should really stick to 5.6+ if developing anything fairly current.

If there's no reason to choose 5.3 upgrade php to 5.6 and you'll find it much easier.
what are the steps to upgrade?  I tried this

[root@localhost rpm-gpg]# yum upgrade 5.3.3-46.el6_7.1
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Upgrade Process
Loading mirror speeds from cached hostfile
 * base: mirror.confluxtech.com
 * epel: mirror.symnds.com
 * extras: mirror.lug.udel.edu
 * updates: centos.mirror.constant.com
No Match for argument: 5.3.3-46.el6_7.1
No package 5.3.3-46.el6_7.1 available.
No Packages marked for Update

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
your link to the guide did the trick,

Thanks