Php-imap

Andy_m

Verified User
Joined
Aug 12, 2009
Messages
11
Hi

I have run yum install php-imap and this says its already installed. however my php script requires this module which says its not installed.

How do I enable this in DA?
 
Steps Ive tried that have failed.

Code:
cd /usr/local/directadmin/custombuild
nano configure/ap2/configure.php5
--with-imap=/usr/lib/dovecot/imap \
--with-imap-ssl 
(saved)
./build php n
/sbin/service httpd restart
No luck
 
Fixed it, Above works

My eyes failed me this time as I added the two lines without adding the \ after the list before the two new lines where added.
 
Back
Top