Has anyone successfully compiled PHP 5 with the -imap option using Dovecot server? I get the error:
"Cannot find rfc822.h. Please check your IMAP installation".
It seems that Dovecot has no development libraries so I am stuck? Will I have to scrap Dovecot and use another server like Cyrus?
Thanks, Don
Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.813 / Virus Database: 553 - Release Date: 12/13/2004
"Cannot find rfc822.h. Please check your IMAP installation".
This is part of the IMAP c-client libraries. You need to install those. They are usually available in package format, as a .deb or .rpm if you are using Linux. They are usually called imap2002 imap2004 etc. Paul
Don wrote:
Has anyone successfully compiled PHP 5 with the -imap option using Dovecot server? I get the error:
"Cannot find rfc822.h. Please check your IMAP installation".
It seems that Dovecot has no development libraries so I am stuck? Will I have to scrap Dovecot and use another server like Cyrus?
I was reading just yesterday what it takes to install PHP / Horde / IMP... and they state outright that while you don't need to run UW-IMAP, you do need its c-client library to build IMAP functionality for PHP.
-- Curtis Maloney
On 16.12.2004, at 01:06, Curtis Maloney wrote:
Don wrote:
Has anyone successfully compiled PHP 5 with the -imap option using Dovecot server? I get the error: "Cannot find rfc822.h. Please check your IMAP installation". It seems that Dovecot has no development libraries so I am stuck?
Will I have to scrap Dovecot and use another server like Cyrus?I was reading just yesterday what it takes to install PHP / Horde / IMP... and they state outright that while you don't need to run UW-IMAP, you do need its c-client library to build IMAP functionality for PHP.
participants (4)
-
Curtis Maloney
-
Don
-
Paul Reilly
-
Timo Sirainen