delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/25/03:51:03

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=dbRNXZd
W0ANJUweuo+DBBKMs1NgEy0rvK4Qs4KxCU6uQDLgW0tCSypiQtYDRgQLAfb/zlrT
WQoyTzxvGNLSLIoSPbjUMGlPzYxSSenelrJwVNzUdlawhWsc4T4yQOVNSV0Zs/nI
DJuc71gkhVlIiR5ByNGMCLzDsba/ndXRtXOo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=v+NuPklmdpoBr
t0WbB5TkO6CIjw=; b=hisBKcneFir7QbLhP3UPsbfD35sJPAI0LbbVH9vWprAdg
YZ0inmhseJ0lF4pbzb5Th9cJRc3mjcUzSSZ4JkUzFJWodvc4K6iVO4p4aoOFo4SD
Y3HoxLzfsXVXRRd4Y2QRs/0ouwARyZa+FVQMVGKU+2+eq3ZuLDYjfRta033bO8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Thu
X-HELO: mail-qt0-f182.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Rp852mbpTTrRV7eU/TCyQdwOxnn/DHKX9p9BAH8xnnI=; b=p0hCiIIfz75+ANamPRxH2pmedRpabCU6zvE6yircfyAbhkFAdmlSJDkPq8FCJZpQWs 25yFJR1Geckm+v+vFzeug1kq2YMW77DvsHK70m7mWI6PWe/W9QcoMuqaXH+48p6fUAjC 8xDAgHDFvU+LG+fvVXbeiolBiv3r+qmAniamud56DEkumOtrIdS/bb9mc6VvsjlunvQY 5IQyZfpvdHZrc9Rlq9Ge+EootHE5it///tS2ahsIBdUNOOMVCULl6hgisQhlQdjR9uE9 4jCwWK30fQKHAWFMRx2+L7+6cEX7DZ/fuw4g4mKIIw/Wn3ZXl0vIrfliy47NGC8qbmh0 o+iQ==
X-Gm-Message-State: AODbwcCG5LQq8TLFdSRdi4D/jgWW4sXHvX290gebUF5pA7+oHLGqEQHL P4tm5GkPXzG7Olj5bkZ91xdJRAK+y/cG
X-Received: by 10.237.34.41 with SMTP id n38mr39904199qtc.29.1495698645352; Thu, 25 May 2017 00:50:45 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <a3e411e2-5b47-855a-c6ba-fbddb9d7d131@gmail.com>
References: <CADWQZEtfxD1HrfmmMyzn==qXVzc5dKVgajVzdtOcGwCfcQrcgQ AT mail DOT gmail DOT com> <d79e573f-5776-ed8e-da7e-667d04c54c7d AT gmail DOT com> <CADWQZEtXVU5GMitWn1qFqSrXYE4D5LtSBOSWsayv=suGBR0aBQ AT mail DOT gmail DOT com> <a3e411e2-5b47-855a-c6ba-fbddb9d7d131 AT gmail DOT com>
From: Sky Diver <skydivergm AT gmail DOT com>
Date: Thu, 25 May 2017 10:50:24 +0300
Message-ID: <CADWQZEvGRcTXPOE4DifgidT93eenTtmR=ggLUashUtJMt8eS7w@mail.gmail.com>
Subject: Re: Composer segfault on multiple configurations
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Mon, May 22, 2017 at 9:38 PM, Richard H Lee wrote:
> Just in case Sky Diver or anyone else is interested in compiling php from
> Cygports, here are some simple steps to do so.

Thanks Richard, I may try this at some point, but am currently
experiencing other instabilities.
For some reason, I started getting the message "Class 'Memcache' not
found" when running memcache-aware PHP code.
Since then I went back in time and installed PHP 5.5.9, PHP 5.6.20 but
the result is the same.
There's no php-memcache extension to install (on Ubuntu, for example,
that's the way to add it).
I'm pretty sure I didn't go through the "pecl install memcache"
process, and doing so now fails during compilation.

So I might end up following your steps in order to build PHP, hoping I
could enable built-in memcache support while at it (Bash on Ubuntu on
Windows, for example, has memcache and memcached included out of the
box).

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019