Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I'm using CentOS 6.4 and I was following this tutorial in order to upgrade PHP from v 5.3.3 to v 5.4.19 but I got the following error:
Error: php54w-common conflicts with php-common-5.3.3-23.el6_4.i686
. How do I resolve this problem?
[my_profile@localhost gplus-quickstart-php]$ sudo rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm [sudo] password for my_profile: Retrieving http://mirror.webtatic.com/yum/el6/latest.rpm warning: /var/tmp/rpm-tmp.S0yqSL: Header V4 DSA/SHA1 Signature, key ID cf4c4ff9: NOKEY Preparing... ########################################### [100%] 1:webtatic-release ########################################### [100%] [my_profile@localhost gplus-quickstart-php]$ sudo yum install php54w Loaded plugins: fastestmirror, refresh-packagekit, https://forum.tuteehub.com/tag/security">security Loading mirror speeds from cached hostfile * base: mirror.netglobalis.net * extras: mirror.netglobalis.net * rpmforge: mirror.nexcess.net * updates: mirror.netglobalis.net * webtatic: us-east.repo.webtatic.com webtatic | 2.9 kB 00:00 webtatic/primary_db | 98 kB 00:00 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php54w.i386 0:5.4.19-1.w6 will be installed --> Processing Dependency: php54w-common = 5.4.19-1.w6 for package: php54w-5.4.19-1.w6.i386 --> Processing Dependency: php54w-cli = 5.4.19-1.w6 for package: php54w-5.4.19-1.w6.i386 --> Running transaction check ---> Package php54w-cli.i386 0:5.4.19-1.w6 will be installed ---> Package php54w-common.i386 0:5.4.19-1.w6 will be installed --> Processing Conflict: php54w-common-5.4.19-1.w6.i386 conflicts php-common < 5.4.0 --> Finished Dependency Resolution Error: php54w-common conflicts with php-common-5.3.3-23.el6_4.i686 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [my_profile@localhost gplus-quickstart-php]$ ^C [my_profile@localhost gplus-quickstart-php]$ ^C [my_profile@localhost gplus-quickstart-php]$ Error: php54w-common conflicts with php-common-5.3.3-23.el6_4.i686 bash: Error:: https://forum.tuteehub.com/tag/command">command not found [my_profile@localhost gplus-quickstart-php]$
The tutorial you cited does recommend using this Webtatic repo on a fresh system, where you can avoid conflicts with installed packages, but suggests that you can upgrade a currently-installed php using (as root or with sudo):
yum install yum-plugin-replace yum replace php-common --replace-with=php54w-common
Then try sudo yum install php54w again.
sudo yum install php54w
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 9 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.