Hi Stanislav,
IIRC, you need to modify the Makefile.w2k in c-client. Change the Link
flag /MT to /MD, rebuild imap and rebuild php_imap.dll
- Frank
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.objSo 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/
IIRC, you need to modify the Makefile.w2k in c-client. Change the Link
flag /MT to /MD, rebuild imap and rebuild php_imap.dll
I took cclient.lib from win32build.zip library package from php.net. So
I guess this package has to be fixed? I don't know who built it though...
--
Stanislav Malyshev, Zend Products Engineer
stas@zend.com http://www.zend.com/