A Andy_m Verified User Joined Aug 12, 2009 Messages 11 Aug 12, 2009 #1 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?
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?
A Andy_m Verified User Joined Aug 12, 2009 Messages 11 Aug 12, 2009 #2 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
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
A Andy_m Verified User Joined Aug 12, 2009 Messages 11 Aug 12, 2009 #3 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.
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.