Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65957 invoked from network); 29 Jan 2015 12:40:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 12:40:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:43285] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/7A-09212-65A2AC45 for ; Thu, 29 Jan 2015 07:40:56 -0500 Received: by mail-wi0-f176.google.com with SMTP id bs8so16985287wib.3 for ; Thu, 29 Jan 2015 04:40:51 -0800 (PST) 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; bh=5Ys9fM2hODgBrdiLot31Z8ZSnIPtcWwhhFeZffztYF8=; b=YbA/lyCVPyQLszHuIRXa/4AiKHObxkai1NhyLzZSBRZRZ7xS1i5VETvLb0+mhOobYp J8W9qvo2mfF2RHYvYG1GnZM5qgdcaU2FS6ZUqOPY8XleSp/7aFu7iWML8onNhautQbTH 9BApYVUNodDRjD97NRpTJ83K6DlcgNYxe7DmC33usJwt14723DNMu/9ChhWLDHAh35as cNt6u5TdipR/Bzp16x0l3S10pJhTbPpKG7T4GSWPPvKQURTus8kPlBPHbF1+M6Owdceh QlZpporv3TQVdL7bNZCmztpO2FE0dk5xvc4FrRC6RUaapUkig6hLisjvyxSIakfzSEse I6gw== MIME-Version: 1.0 X-Received: by 10.181.29.201 with SMTP id jy9mr671877wid.17.1422535251030; Thu, 29 Jan 2015 04:40:51 -0800 (PST) Received: by 10.180.88.33 with HTTP; Thu, 29 Jan 2015 04:40:50 -0800 (PST) In-Reply-To: References: Date: Thu, 29 Jan 2015 13:40:50 +0100 Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary=001a11c37ae8517b7f050dc9cc29 Subject: Re: [PHP-DEV] PHP 7 installation issues. From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c37ae8517b7f050dc9cc29 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Jan 29, 2015 at 3: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. > > Then prepending `/apps/php/7.0.0-dev/php/man` to my MANPATH, then > doing `man php` I get this: > > No manual entry for php > See 'man 7 undocumented' for help when manual pages are not available. > > > I would have expected the man pages to work since that portion of the > install script worked, but I suppose they could be related. > > In any case, it will be hard for me to test things until `make > install` works properly. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > About pear: Nikita recently merged another piece(removing Assignment of new by reference) from https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7 so until somebody (me probably) fixes the pear installer you need --without-pear to your configure if you aren't using --disable-all. About the man page: what files do you have in php/man/man1 ? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c37ae8517b7f050dc9cc29--