Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37787 invoked from network); 29 Jan 2015 09:29:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 09:29:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain anderiasch.de designates 81.169.138.148 as permitted sender) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:60969] helo=ares.art-core.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/35-09212-88DF9C45 for ; Thu, 29 Jan 2015 04:29:45 -0500 Received: from parabellum.local (p5093a1a9.dip0.t-ipconnect.de [80.147.161.169]) by ares.art-core.org (mail.art-core.org) with ESMTPSA id E1FB82EE005; Thu, 29 Jan 2015 10:29:41 +0100 (CET) Message-ID: <54C9FD83.3070803@anderiasch.de> Date: Thu, 29 Jan 2015 10:29:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0a2 MIME-Version: 1.0 To: Levi Morrison , internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7 installation issues. From: ml@anderiasch.de (Florian Anderiasch) On 01/29/2015 03:49 AM, Levi Morrison wrote: > When doing `make install` with a prefix of `/apps/php/7.0.0-dev` I get: > > Installing shared extensions: > /apps/php/7.0.0-dev/lib/php/extensions/no-debug-non-zts-20141001/ > Installing PHP CLI binary: /apps/php/7.0.0-dev/bin/ > Installing PHP CLI man page: /apps/php/7.0.0-dev/php/man/man1/ > Installing PHP CGI binary: /apps/php/7.0.0-dev/bin/ > Installing PHP CGI man page: /apps/php/7.0.0-dev/php/man/man1/ > Installing build environment: /apps/php/7.0.0-dev/lib/php/build/ > Installing header files: /apps/php/7.0.0-dev/include/php/ > Installing helper programs: /apps/php/7.0.0-dev/bin/ > program: phpize > program: php-config > Installing man pages: /apps/php/7.0.0-dev/php/man/man1/ > page: phpize.1 > page: php-config.1 > Installing PEAR environment: /apps/php/7.0.0-dev/lib/php/ > make[1]: *** [install-pear-installer] Error 255 > make: *** [install-pear] Error 2 > > > Hmm. I had that exact (I think) problem on building a checkout on Jan 14, but could not reproduce it no matter how hard I tried, that's why I didn't open a bug report - but apparently it's kind of valid. Some info for my machine: Debian GNU/Linux 7.8 (wheezy) x86_64 './configure' \ '--prefix=/usr/local/stow/php-7.0-master' \ '--with-config-file-path=/etc/php5/7.0-master' \ '--enable-fpm' \ '--with-fpm-user=www-data' \ '--with-fpm-group=www-data' \ '--with-gd' \ '--enable-zip' \ '--with-mysqli=mysqlnd' \ '--with-pdo-mysql=mysqlnd' \ '--enable-mbstring' \ '--with-curl' \ '--with-freetype-dir=/usr/include/freetype2' \ '--enable-gd-native-ttf' \ "$@" Greetings, Florian