imap on windows

php.internals

Stanislav Malyshev

19 years ago
Hi! Does anybody know how to build IMAP module successfully on WIndows? I try to build it and I get this: cclient.lib(os_w2k.obj) : error LNK2005: _flock already defined in flock_compat.obj cclient.lib(os_w2k.obj) : error LNK2005: _openlog already defined in wsyslog.obj cclient.lib(os_w2k.obj) : error LNK2005: _syslog already defined in wsyslog.obj So obviously we have symbol clash between cclient library and PHP. Does anybody know the good way to fix it?
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/

Hannes Magnusson

19 years ago
Hi Stanislav On 2/15/07, Stanislav Malyshev <stas@zend.com> wrote:
> Hi! > > Does anybody know how to build IMAP module successfully on WIndows? I
Not that I have any idea, but check out ext/imap/IMAP_Win32_HOWTO.txt -Hannes