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 have an interesting, albeit infuriating problem with CentOS.
I'm trying to configure this server to run a Symfony2 website I've built. The website doesn't work, and I've pinned down the problem to some of the PHP packages on the server being 5.1, and some of the newer packages are PHP 5.3. (Symfony2 requires PHP 5.3 to run).
I use the following command:
yum install php53u.x86_64
And I get this error:
Error: php53-common conflicts with php-common
Although it does say it's installed.
Anyway, I go to use yum info php and it tells me that the PHP version installed on the server is still 5.1.6. I go to use yum remove php, thinking if I remove all traces of the old PHP install I can install 5.3 afresh, I get the following error:
yum info php
yum remove php
No match for argument PHP.
What am I doing wrong?
Managed to fix the issue.
Using rpm -qa | grep php as suggested by reflexiv would only bring back:
rpm -qa | grep php
php53-common-5.3.3-1.el5_7.6
As the only installed package. I removed this package, and then installed PHP with the following command:
yum install php53 php53-cli php53-common php53-gd php53-imap php53-intl php53-mbstring php53-mysql php53-odbc php53-pdo php53-pspell php53-snmp php53-xml php53-xmlrpc php-devel
Installing this didn't bring up any errors. I restarted Apache and tested the server with the Symfony2 installation and phpinfo();. Both of them worked and the server is now ready to fly!
phpinfo();
Thanks to reflexiv for the help.
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.