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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20041215/37a2d55e/attachment-0002.html>
> "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