Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizKindly log in to use this feature. We’ll take you to the login page automatically.
LoginGeneral Tech Bugs & Fixes 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
Try this one;
yum install php54-php-imap searching from my x64 box I get the following;
Available Packages Name : php54-php-imap Arch : x86_64 Version : 5.4.44 Release : 1.el6.remi Size : 58 k Repo : remi Summary : A module for PHP applications that use IMAP URL : http://www.php.net/ License : PHP Description : The php54-php-imap module will add IMAP (Internet Message Access Protocol) : support to PHP. IMAP is a protocol for retrieving and uploading e-mail : messages on mail servers. PHP is an HTML-embedded scripting language.
Remi use the following names for there php versions;
php54-php-foo - php 5.4 php55-php-foo - php 5.5 php56-php-foo - php 5.6
Where foo is the package name you want.
Having seen your comment the direct download can be found here One other thing to check - /etc/yum.repos.d/remi.repo (Or whatever your version is called) and check to see if you have the following lines and what's enabled.
[remi-php56] name=Les RPM de remi de PHP 5.6 pour Enterprise Linux $releasever - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/$releasever/php56/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/php56/mirror # WARNING: If you enable this repository, you must also enable "remi" enabled=1 gpgcheck=1 gpgkey=http://rpms.famillecollet.com/RPM-GPG-KEY-remi
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.
Kindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
So, i tried installing IMAP with yum install php5-imap but package cannot be found:
When using yum install php-imap command, I get php version mistmach error:
My configuration is: Centos 6.6, Nginx 1.8.0 with php-fpm, PHP version 5.4.43,
Any suggestions?