Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81350 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89276 invoked from network); 29 Jan 2015 02:49:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 02:49:21 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:46140] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/E0-17992-DAF99C45 for ; Wed, 28 Jan 2015 21:49:17 -0500 Received: by mail-oi0-f48.google.com with SMTP id v63so22592151oia.7 for ; Wed, 28 Jan 2015 18:49:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=9HZn2CVKdI2428ysQxdPQ4JqMrhPkGgXw5CLvva7poI=; b=vRr55+y1H5Q/TUMnUlHWLyBSWPwZZPT86rLDz82Sq57Vz4uX8NKe0gkRG5HjwzNt92 9AMXVquZqcPL4vEiZjwSrRBrcPY8nPm7QS6jFCqBpu7k4OABdiiow6qIQfPSofyuXtkm 4MKDZw+91tSn1PvDMRH/BSWMs8jxibTcNgv51DeKwjfKLe9eeUz6haS1PWVQGyky9FCW fr38/o/Ba1mvbxV7aLPmTmOBsnY8JPfz7KOj3BmZtyLX9SCd1OGVR/RzfCAnzIQlf3Zd JB8DMnkHSr9hW2N/Y4A/HAyEk1nw0iAo1hVH5HyR+/3G9FAU1ffCNAuBrCyQEU2cTEGG VzMQ== MIME-Version: 1.0 X-Received: by 10.202.182.11 with SMTP id g11mr3877644oif.13.1422499754490; Wed, 28 Jan 2015 18:49:14 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.103.37 with HTTP; Wed, 28 Jan 2015 18:49:14 -0800 (PST) Date: Wed, 28 Jan 2015 19:49:14 -0700 X-Google-Sender-Auth: wmd9hgDp8DDYu_xMdDXapg7kiQU Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: PHP 7 installation issues. From: levim@php.net (Levi Morrison) 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.