Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: Compiling PHP 5.x on Cygwin Date: Tue, 5 Jun 2018 19:33:13 +0200 Lines: 26 Message-ID: References: <520ea4a1$0$6638$9b4e6d93@newsspool2.arcor-online.net> <809d27ab-b6ef-48dc-b9c3-a5d6ae4263b4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net EE+McwjFk1ZGf4FygQecegNUKUFRVP2CDaAFGnW+ZhUqLIho8Z Cancel-Lock: sha1:PuGG3ar8V7ype4v/dzAN8iaQ/5U= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 In-Reply-To: <809d27ab-b6ef-48dc-b9c3-a5d6ae4263b4@googlegroups.com> Content-Language: en-GB Xref: csiph.com comp.lang.php:17773 On 05/06/18 14:16, glraul@gmail.com wrote: > Am Freitag, 16. August 2013 19:16:38 UTC-3 schrieb Christoph Michael Becker: I'm sure Mr Becker is happy for reply, he been waiting for almost 5 years for your reply, never leaving the computer. >> I have tried to compile PHP 5.5.1 and 5.5.2 on Cygwin[1], but the >> default ./configure fails with: >> >> | checking for known struct flock definition... configure: error: Don't >> | know how to define struct flock on this system, set >> | --enable-opcache=no >> >> If I do "./config --enable-opcache=no" I'm able to build PHP, but I'd >> rather build it with the opcache enabled. Any hints on how to >> accomplish this are appreciated. > > Hi install automake from cygwin libraries, run wget and run automake I would bet more on that the issue was that he hadn't installed opcache. Your wget will not do anything at all. -- //Aho