Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69347 invoked from network); 10 Apr 2014 15:39:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2014 15:39:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:46638] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/F1-56277-A1BB6435 for ; Thu, 10 Apr 2014 11:39:07 -0400 Received: by mail-lb0-f176.google.com with SMTP id 10so2473024lbg.35 for ; Thu, 10 Apr 2014 08:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=uwWd68ecSWOhXLFor14TY0c8f0DVUx+wZGnVfDBgjbs=; b=HTYOKAkFMT1U5qhUqdGiNO6susjZVuqlwUwDzpvaUp/LLaqKyzdMCNom2VqTZaIpmm UMZ4VveVBHf1Sg4xTfYBPG76KOac/xHkf2PmEKOd978x/qMzLLnd0YVoflqmSE8kaDOz Vd2qtnTE3eV2UZfH9KwEvQTZimnMSWh8gEiXFEfXi7cAIDJE3e2OH7Eey/pTK2Y9v+Mu lXo+JMYr//TGeZ/zIKWZdOTqZgdSmUMUOltMdlSzX/gD7bidKb3j6vS3B4Ja+DB61j/V DG5NC+DMFGo4WLCljt4so2NEs2hJBY+CmBdqVzOleeLcYv+HOW35rYMyl+RWedSakfy0 zOUg== MIME-Version: 1.0 X-Received: by 10.152.36.73 with SMTP id o9mr12790627laj.30.1397144343798; Thu, 10 Apr 2014 08:39:03 -0700 (PDT) Received: by 10.112.50.161 with HTTP; Thu, 10 Apr 2014 08:39:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 10 Apr 2014 18:39:03 +0300 Message-ID: To: Ferenc Kovacs Cc: PHP Developers Mailing List , PHP Systems Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] while pushing to git i get libcrypto.so.1.0.0: no version information available (required by php) From: mapopa@gmail.com (marius adrian popa) Well i'm on ubuntu 14.04 and php 5.9.x from ubuntu repository builds and works just fine with that version 3.0.2 https://launchpad.net/ubuntu/trusty/+source/php5/5.5.9+dfsg-1ubuntu4 I wonder why 3.0.2 is excluded , i see the patch in git but i don't know the reason why 3.0.2 is excluded On Tue, Apr 8, 2014 at 7:02 PM, Ferenc Kovacs wrote: > > > > On Tue, Apr 8, 2014 at 4:40 PM, marius adrian popa wro= te: >> >> remote: Changesets accepted. Thank you for your contribution. >> remote: >> remote: php: /opt/openssl/lib/libcrypto.so.1.0.0: no version >> information available (required by php) >> remote: php: /opt/openssl/lib/libssl.so.1.0.0: no version information >> available (required by php) > > > this is probably caused by the recent openssl upgrade on the box, I've cc= 'ed > systems@php.net so somebody can look into it. > >> >> >> >> also the bison version check should be upgraded >> >> configure: WARNING: This bison version is not supported for >> regeneration of the Zend/PHP parsers (found: 3.0, min: 204, excluded: >> 3.0). >> > > the exclude list is in Zend/acinclude.m4, and currently we exclude 3.0 (I > remember seeing issues with that bison version), including any micro > version, so I would say that the error message is expected here. > Could you ellaborate what would you like to be fixed here? > > -- > Ferenc Kov=E1cs > @Tyr43l - http://tyrael.hu