| leaper 回复于:2003-05-26 22:11:17 |
| 在编译php时要加 --with-imapd参数啊?? |
| yumao 回复于:2003-05-27 11:29:03 |
| 在win32下,偶看见extensions目录下有一个php_imap.dll扩展,
可是偶编译的php目录下,extensions目录下是一个no-debug-…… 目录,啥都没有! 郁闷很久了,不知在linux下是不是也有类似的php-imap链接库,如何 将其配置到php中! 大侠,救救偶吧!:) |
| gadfly 回复于:2003-05-27 12:40:10 |
| 前几天我刚配了一下。
[quote:b4a4aa918a] IMAP 的全名是 Internet Message Aclearcase/" target="_blank" >ccess Protocol,即网际网络信息存取协议,为美国史丹福大学 (Stanford University) 在 1986 年开始研发的多重邮箱电子邮件系统。PHP 所提供的功能是 IMAP 4 的系统,这是根据 RFC 1730 所实作的。更多有关 IMAP 的信息可以参考 IMAP 的官方网站 http://www.imap.org。 欲使用 IMAP 的电子邮件功能,要先到 ftp://ftp.cac.washington.edu/imap 下载 IMAP 的客户端程序。在编译完成之后将 c-client/c-client.a 复制到 /usr/local/lib 之中,并将 c-client/rfc822.h、mail.h 及 linkage.h 三个文件复制到 /usr/local/include 之下。之后编译 PHP 程序时要加入 --with-imap 的选项。 [/quote:b4a4aa918a] 这个地方有个详细说明,自己看看 http://chinese.pku.edu.cn/netstudy/php4gb/group.php-21.htm |
| yumao 回复于:2003-05-27 14:50:46 |
| 偶师弟为偶借了一本《PHP4.1从入门到精通》,书上有讲,跟楼上的差不多,等不及了,赶紧试试!
再次谢谢楼上地……高兴地说! |
| fishwork 回复于:2003-05-27 20:19:50 |
| make slx的时候出错.这是怎么回事? |
| gadfly 回复于:2003-05-27 23:34:35 |
| 我都直接用make lrh。
另外,如果你不想用SSL imap的话,可以这样 make lrh SSLTYPE=none |
| yumao 回复于:2003-05-28 09:09:55 |
| 用--with-imap编译时还提示要kerberos支持,然后又要imap-ssl支持,窝塞,不会越整越复杂吧!!!
偶都快郁闷死了…… |
| gadfly 回复于:2003-05-28 09:32:30 |
| 编译imap-client的时候,
make lrh SSLTYPE=none php configure就不会需要imap-ssl支持 |
| yumao 回复于:2003-05-28 09:45:39 |
| why it required "--with-kerberos" when I use './configure --with-apxs2=... --with-imap'? |
| yumao 回复于:2003-05-28 09:46:22 |
| why it required "--with-kerberos" when I use './configure --with-apxs2=... --with-imap'? |
| gadfly 回复于:2003-05-28 10:10:25 |
| 贴出你configure报的具体错误
以及config.log中的detail |