Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22841 invoked from network); 29 Sep 2012 18:03:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2012 18:03:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=mamfelt@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mamfelt@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: mamfelt@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:38158] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/83-13052-5F737605 for ; Sat, 29 Sep 2012 14:03:33 -0400 Received: by oagj1 with SMTP id j1so4465810oag.29 for ; Sat, 29 Sep 2012 11:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xq2kYpghvfq2T8xEas5bh14HvC6PAPScpaKNOyXCwKc=; b=NjTOwQZc07fUWF3Z0KKDHNeTzA9AVvb7AUi2p+XdzGVM7NPfD4qQJDymiuW8OYu4xL pOaoEnNfftdzJ12jhUKaXalR/cDLPUOSHTpW1g5eYizq+FCjiPtj+3XF0/axSrqPv0lt tUwklmeabrt8uZYzMSENinXXe+lr75q2iqq2dOj6YVs0+xH7q5qRD2DnmWbtCooAzgeA 3VNNaaWvZVN2NzkWRw4cCLSQYH4qhfmwXaxkKNfSCzEsZy/qT+xeE2RAzw+51CwQh/fP 7BLV47JKBVvfZpCdZ0GnevGemOgf9NwZDwMacCgbFDCqlHhW4/fw6oS9gd5RlqDnCEpQ 2ixw== MIME-Version: 1.0 Received: by 10.182.131.106 with SMTP id ol10mr8299609obb.91.1348941810410; Sat, 29 Sep 2012 11:03:30 -0700 (PDT) Received: by 10.76.87.3 with HTTP; Sat, 29 Sep 2012 11:03:30 -0700 (PDT) Date: Sat, 29 Sep 2012 20:03:30 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8f502daa6ea4f904cadafd5c Subject: Using INSTALL_ROOT with make install not portable, other install questions From: mamfelt@gmail.com (Michael Felt) --e89a8f502daa6ea4f904cadafd5c Content-Type: text/plain; charset=ISO-8859-1 When using make INSTALL_ROOT=/var/tmp/root/php-5.3.17.0 install I get an error about httpd.conf not being in place for apxs (if I copy it ahead of time, apxs works fine) Isnt this to be expected - that httpd.conf is not avalibale, and apxs should just "fail" gently, leaving a warning but continuing? Not sure how to interpret this: what in install asking for, warning about? Installing PEAR environment: /var/tmp/root/php-5.3.17.0/opt/php/bin/ [PEAR] Archive_Tar - installed: 1.3.7 [PEAR] Console_Getopt - installed: 1.3.0 [PEAR] Structures_Graph- installed: 1.0.4 [PEAR] XML_Util - installed: 1.2.1 warning: pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.7) warning: pear/PEAR requires package "pear/Structures_Graph" (recommended version 1.0.4) warning: pear/PEAR requires package "pear/Console_Getopt" (recommended version 1.2.3) warning: pear/PEAR requires package "pear/XML_Util" (recommended version 1.2.1) [PEAR] PEAR - installed: 1.9.4 Wrote PEAR system config file at: /var/tmp/root/php-5.3.17.0//var/php/etc/pear.conf You may want to add: /opt/php/bin to your php.ini include_path /data/prj/php/php-5.3.17/build/shtool install -c ext/phar/phar.phar /var/tmp/root/php-5.3.17.0/opt/bin ln -s -f /opt/bin/phar.phar /var/tmp/root/php-5.3.17.0/opt/bin/phar Installing PDO headers: /var/tmp/root/php-5.3.17.0/opt/include/php/ext/pdo/ And, why it install already mentioning/touching (in this case /opt/* when all should be in $INSTALL_ROOT? Suggestions welcome, even if it just "what to say" in a bug report. Michael --e89a8f502daa6ea4f904cadafd5c--