Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54114 invoked by uid 1010); 15 Feb 2007 21:16:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54099 invoked from network); 15 Feb 2007 21:16:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2007 21:16:22 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.162.235 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.235] ([64.233.162.235:28164] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/61-40589-6ADC4D54 for ; Thu, 15 Feb 2007 16:16:22 -0500 Received: by nz-out-0506.google.com with SMTP id k1so735512nzf for ; Thu, 15 Feb 2007 13:16:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DeZZ1tsBRb6HiQdhAU0cnd9/O1sQzQUb49GUEk4neQjKfrYvhgSTmO9UVcsxFwSaWdqNyfjSC1/KpvDuLdtcTf3XrkG6Dd6g8pHrvVxxgo/1zvOgvwMoOE3FxSozXD/m9zrNK/trWi/dd/spPt17cuWpxNwxram8GIfZ/lSdTY8= Received: by 10.64.181.12 with SMTP id d12mr3716421qbf.1171574179792; Thu, 15 Feb 2007 13:16:19 -0800 (PST) Received: by 10.48.230.3 with HTTP; Thu, 15 Feb 2007 13:16:19 -0800 (PST) Message-ID: <7f3ed2c30702151316u77f89bf6j11acc323cd4dec6a@mail.gmail.com> Date: Thu, 15 Feb 2007 22:16:19 +0100 To: "Stanislav Malyshev" Cc: "PHP Internals" In-Reply-To: <45D4C035.2010803@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45D4C035.2010803@zend.com> Subject: Re: [PHP-DEV] imap on windows From: hannes.magnusson@gmail.com ("Hannes Magnusson") Hi Stanislav On 2/15/07, Stanislav Malyshev 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 > 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/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >