Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6394 invoked from network); 15 Jul 2012 23:47:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2012 23:47:42 -0000 Authentication-Results: pb1.pair.com header.from=yader.hernandez@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yader.hernandez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:55785] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/B1-20866-A9653005 for ; Sun, 15 Jul 2012 19:47:39 -0400 Received: by obfk16 with SMTP id k16so10210554obf.29 for ; Sun, 15 Jul 2012 16:47:36 -0700 (PDT) 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=W+hQ4zRLqQjdNROl3iUadLDIy8+iiWlXgTLur8Dxskk=; b=dPG2msZwiUiTb36owsSdZaKH9E4OktwR+5MqS8Ii0ABUxv9z8+w0q/BaHCeDqnvrGE xVmWKQ1YzefxrEx0ckd+A2Ajg4cep8Cy++9L4WkLW7Pkf9DO/zm322v+dN7djEkOCoB9 0cYVbcoZig8vieQobdKiko8G/2v7DNPZ0JBwrkMd9e1+teGA+sa+ogRA8sbVfW6xsgQH 20Er5iDm+2WLu2r/B+GmNORElEaAMqv28lkbE6g2teFF/sx4rFIt+jDlRVt3yXRpp1iH u3a5pZ0O5Chkj/W/Z8+D3pQnnNgam8Nzk6PmJ7oEzgrszAfA9A2O6db/AJ0x85eEG1Ux /s7Q== MIME-Version: 1.0 Received: by 10.60.24.35 with SMTP id r3mr12871905oef.67.1342396056386; Sun, 15 Jul 2012 16:47:36 -0700 (PDT) Received: by 10.60.66.134 with HTTP; Sun, 15 Jul 2012 16:47:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Jul 2012 16:47:36 -0700 Message-ID: To: Reeze Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8fb2067e16bad304c4e6f052 Subject: =?UTF-8?B?UmU6IOWbnuWkje+8miBbUEhQLURFVl0gaW5zdGFsbGluZyBmcm9tIHNvdXJjZSBvbiBtYQ==?= =?UTF-8?B?YyBvc3ggMTAuNy4z?= From: yader.hernandez@gmail.com (Yader Hernandez) --e89a8fb2067e16bad304c4e6f052 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit On Sun, Jul 15, 2012 at 9:50 AM, Reeze wrote: > Hi, > I guess /usr/local/bin is writable. then: > which version of php and autoconf? it may set the EXEEXT=.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 this > variable "EXEEXT =" ? > Yes you are right, it seems that a php.dSYM was created instead. I renamed it to php and it works as expected. thank you > -- > reeze | reeze.cn > > 在 2012年7月15日星期日,上午11:45,Yader Hernandez 写道: > > I can't seem to get a vanilla php binary from a simple > > $ ./configure > make > make install > > The last few lines indicate that everything went well: > > 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/ > [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 > [PEAR] 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_path > > 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). > > There is one output that can be interpreted as an error but I don't think > it has anything to do with not compiling php: > > Generating phar.php > Generating phar.phar > PEAR package PHP_Archive not installed: generated phar will require PHP's > phar extension be enabled. > > I'm running on mac osx 10.7.3. I have no problems on Ubuntu 11.04. > > Has anyone ran into this issue? Is there some output I should be paying > attention to? > > > --e89a8fb2067e16bad304c4e6f052--