Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72919 invoked from network); 15 Jul 2012 16:49:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2012 16:49:42 -0000 Authentication-Results: pb1.pair.com header.from=reeze.xia@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=reeze.xia@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: reeze.xia@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:44993] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/AC-20866-5A4F2005 for ; Sun, 15 Jul 2012 12:49:42 -0400 Received: by pbbrp12 with SMTP id rp12so9647836pbb.29 for ; Sun, 15 Jul 2012 09:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type; bh=10kjFE/a4PO/+Wxqflp8By12HTFePjw2rY89LbgSnNA=; b=Kf/NDkpRhH1a3kItqdnUlz241uGv7IOLT/9zrRF8HBHMwHK1oIHCr8MYxJPy+bWf1V EshV2Uod+3pXQkcPPBcf66Cbvmgg5EcuiBIlyslO16q3W7kYGnFIdL2Klzm62cShZtrs FF1nKfXxTDQFN4c+Zs0j4DsdSKHQWn3WQpo5t5PmVqItAppOGWlJNxSM15bwUrIX38OL nWUaHhGvzKWoER29inya47gxawokC49NMyfxOE3mJSv70oA3ohWrTmUuu1kJw3645wjG 0Pq6TN63h526JtSZnJQ7pHcZUpYw6/GIfdTvgKmbB8E1GZI/Kca7VQQvDIyOXNlRszEj AIGQ== Received: by 10.68.225.9 with SMTP id rg9mr19935400pbc.137.1342370978735; Sun, 15 Jul 2012 09:49:38 -0700 (PDT) Received: from [192.168.0.106] ([117.79.233.241]) by mx.google.com with ESMTPS id nh8sm10147417pbc.60.2012.07.15.09.49.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Jul 2012 09:49:37 -0700 (PDT) Date: Mon, 16 Jul 2012 00:50:03 +0800 To: Yader Hernandez Cc: PHP Internals Message-ID: In-Reply-To: References: X-Mailer: sparrow 1.6.2beta (build 1145) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="5002f4bb_440badfc_7e5f" Subject: =?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_?=[PHP-DEV] installing from source on mac osx 10.7.3 From: reeze.xia@gmail.com (Reeze) --5002f4bb_440badfc_7e5f Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, =20 I guess /usr/local/bin is writable. then: which version of php and autoconf=3F it may set the EXEEXT=3D.dSYM if so /usr/local/bin/php may becomes /usr/local/bin/php.dSYM will you take a look at the generated Makefile is there any value of thi= s variable =22EXEEXT =3D=22 =3F =20 -- =20 reeze =7C reeze.cn =E5=9C=A8 2012=E5=B9=B47=E6=9C=8815=E6=97=A5=E6=98=9F=E6=9C=9F=E6=97=A5=EF= =BC=8C=E4=B8=8A=E5=8D=8811:45=EF=BC=8CYader Hernandez =E5=86=99=E9=81=93=EF= =BC=9A > I can't seem to get a vanilla php binary from a simple > =20 > =24 ./configure > make > make install > =20 > The last few lines indicate that everything went well: > =20 > Installing PHP SAPI module: cgi > Installing PHP CGI binary: /usr/local/bin/ > *Installing PHP CLI binary: /usr/local/bin/* > Installing PHP CLI man page: /usr/local/man/man1/ > Installing build environment: /usr/local/lib/php/build/ > Installing header files: /usr/local/include/php/ > Installing helper programs: /usr/local/bin/ > program: phpize > program: php-config > Installing man pages: /usr/local/man/man1/ > page: phpize.1 > page: php-config.1 > Installing PEAR environment: /usr/local/lib/php/ > =5BPEAR=5D Archive=5FTar - installed: 1.3.7 > =5BPEAR=5D Console=5FGetopt - installed: 1.3.0 > =5BPEAR=5D Structures=5FGraph- installed: 1.0.4 > =5BPEAR=5D XML=5FUtil - installed: 1.2.1 > =5BPEAR=5D PEAR - installed: 1.9.4 > Wrote PEAR system config file at: /usr/local/etc/pear.conf > You may want to add: /usr/local/lib/php to your php.ini include=5Fpath > =20 > when I look into /usr/local/bin the php cli binary is not there. Doing = a > locate does not find any php binary (even after an updatedb). > =20 > There is one output that can be interpreted as an error but I don't thi= nk > it has anything to do with not compiling php: > =20 > Generating phar.php > Generating phar.phar > PEAR package PHP=5FArchive not installed: generated phar will require P= HP's > phar extension be enabled. > =20 > I'm running on mac osx 10.7.3. I have no problems on Ubuntu 11.04. > =20 > Has anyone ran into this issue=3F Is there some output I should be payi= ng > attention to=3F > =20 > =20 --5002f4bb_440badfc_7e5f--