Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22411 invoked from network); 15 Jul 2012 03:45:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2012 03:45:15 -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.160.42 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:59190] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/E4-20866-ACC32005 for ; Sat, 14 Jul 2012 23:45:15 -0400 Received: by pbbrp12 with SMTP id rp12so8888904pbb.29 for ; Sat, 14 Jul 2012 20:45:12 -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=o0z5jYZ3lYeDvza7NAvi0c+CkGqYmvO09z79Eksn5lE=; b=JbYhZImLuxXVOtocwvBRnGXZmAPKmggPmADLDRi2pcPIlkcVowulRkxlS5EBie6BXI jvldtxmjzKIMd21yQH66WVZXtkMDo2jKgonUxCCGo/xtUWy5s5mElGzdBep0AQSY4cOa wnJflnwbWohNYXU4/xl3tjvhMmGs1bZqRIEMgYwnzH51dkm/YN68Fkl0LAJjE1e2YbLb Ta+kl3kbgqomRPjuDUQJQtO+Gu2MvhwjNeMlPA2GIb1LDtBJ/K3P5O1qg1aAHqZgbvBm 33Blnl9N6ixgmv376I9BmoeBoZ1EB9kaNSsf6JqoXbsMN1cL2gsnzOTCyUS0K8u0CtO1 6N+A== MIME-Version: 1.0 Received: by 10.68.223.34 with SMTP id qr2mr796114pbc.10.1342323912139; Sat, 14 Jul 2012 20:45:12 -0700 (PDT) Received: by 10.68.197.200 with HTTP; Sat, 14 Jul 2012 20:45:12 -0700 (PDT) Date: Sat, 14 Jul 2012 20:45:12 -0700 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7b1633ddf4e31b04c4d6232f Subject: installing from source on mac osx 10.7.3 From: yader.hernandez@gmail.com (Yader Hernandez) --047d7b1633ddf4e31b04c4d6232f Content-Type: text/plain; charset=ISO-8859-1 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? --047d7b1633ddf4e31b04c4d6232f--