Requirements IMAP extension Warning

jeroen

Member
Hello, is was trying to install mailwizz, but at requirements i cat the above warning. I have my own VPS with Centos 6.6 x64, i have installed directadmin en i tried to install Php-imap. This is not working, can someone please help me with a step by step guide how to install the imap extension. I already tried everthing.
Thanks.
 
Hello, is was trying to install mailwizz, but at requirements i cat the above warning. I have my own VPS with Centos 6.6 x64, i have installed directadmin en i tried to install Php-imap. This is not working, can someone please help me with a step by step guide how to install the imap extension. I already tried everthing.
Thanks.

that is more a centos or directadmin q
so you could go into those channels and ask there or on stackoverflow/etc

what exactly have you tried?
installed it on cli?
enabled it in php.ini?

it is hard to help without specific input from afar...
 
Thanks for your reply, i also used shared hosting, this is my first CloudVPS. i tried to install imap with Putty and did yum install php-imap.

[root@server01 ~]# yum install php-imap
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.ams.host-engine.com
* epel: ftp.nluug.nl
* extras: centos.mirror1.spango.com
* updates: mirror.i3d.net
* webtatic: uk.repo.webtatic.com
No package php-imap available.
Error: Nothing to do
[root@server01 ~]#
 
Thanks for your reply, i also used shared hosting, this is my first CloudVPS. i tried to install imap with Putty and did yum install php-imap.

[root@server01 ~]# yum install php-imap
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.ams.host-engine.com
* epel: ftp.nluug.nl
* extras: centos.mirror1.spango.com
* updates: mirror.i3d.net
* webtatic: uk.repo.webtatic.com
No package php-imap available.
Error: Nothing to do
[root@server01 ~]#

so u go to google and put in
"yum install php-imap No package php-imap available"
and find a solution
this way, u grow

or ask these Qs (questions) in the other sources mentioned above
as these are not mwz Qs
 
Thanks, will try, will let you know.

you probably are lacking only the rpm repository

so this probly helps
yum --enablerepo=extras install epel-release

then run the imap install again
yum install php-imap

then restart the imap/mail/http server
or simply restart the vps ;)
 
Many Thanks, but doenst work, i am now trying a yum update and then yum install php-imap. Let you know. Thanks again
 
Many Thanks, but doenst work, i am now trying a yum update and then yum install php-imap. Let you know. Thanks again

well, from afar...without specs, it is not so easy...u can PM me, if u want me to do it...
 
Still doenst work. What kind of specs do you need, if you want to help me.


[root@server01 custombuild]# yum install php-imap
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.ams.host-engine.com
* epel: epel.mirror.nucleus.be
* extras: centos.mirror1.spango.com
* updates: mirror.i3d.net
* webtatic: uk.repo.webtatic.com
No package php-imap available.
Error: Nothing to do
[root@server01 custombuild]#
 
Still doenst work. What kind of specs do you need, if you want to help me.


[root@server01 custombuild]# yum install php-imap
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.ams.host-engine.com
* epel: epel.mirror.nucleus.be
* extras: centos.mirror1.spango.com
* updates: mirror.i3d.net
* webtatic: uk.repo.webtatic.com
No package php-imap available.
Error: Nothing to do
[root@server01 custombuild]#

PM me, it is perhaps the quickest way
 
Back
Top