Results 1 to 4 of 4
hi guys
my work about mail system
i install php rpm package not .tar.gz and i need to configure php with imap without ./configure command to show my mailbox.
please ...
- 03-24-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
Need help with php
hi guys
my work about mail system
i install php rpm package not .tar.gz and i need to configure php with imap without ./configure command to show my mailbox.
please tell me how i can do that
thanx
- 03-24-2009 #2
Hi and welcome to the forum.
You can add imap support to the php you installed from rpm, by installing the php-imap rpm from your distros installation discs or software repositories. On Fedoa based distros you can do the following as root,
Code:yum -y install php-imap
- 03-24-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
- 03-26-2009 #4


Reply With Quote
