Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99529 invoked from network); 25 Jan 2013 02:46:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 02:46:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 156.151.31.81 as permitted sender) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 156.151.31.81 userp1040.oracle.com Received: from [156.151.31.81] ([156.151.31.81:30285] helo=userp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/C0-27550-202F1015 for ; Thu, 24 Jan 2013 21:46:26 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0P2kKDH026781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Jan 2013 02:46:21 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0P2kJ1a013447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Jan 2013 02:46:20 GMT Received: from abhmt102.oracle.com (abhmt102.oracle.com [141.146.116.54]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r0P2kJ41009449; Thu, 24 Jan 2013 20:46:19 -0600 Received: from [10.187.91.52] (/10.187.91.52) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 24 Jan 2013 18:46:19 -0800 Message-ID: <5101F1FE.5000702@oracle.com> Date: Thu, 24 Jan 2013 18:46:22 -0800 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Dennis Clarke CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Subject: Re: [PHP-DEV] cc: acomp failed for /usr/local/build/php-5.4.11_SunOS5.10_sparcv9.001/ext/curl/interface.c From: christopher.jones@oracle.com (Christopher Jones) On 01/24/2013 10:47 AM, Dennis Clarke wrote: > So here I am once again trying to build PHP 5.4.11 on a Solaris 10 server > with the following configure options : > So I think that I should be okay. Do I need to upgrade to curl > 7.28.2 and then try building PHP 5.4.11 or am I sort of stuck here > at 5.4.9 ? The ext/curl/interface.c diffs between 5.4.9 and 5.4.11 don't seem compiler or libcurl unfriendly. Since the compiler messages don't give a clear compile failure, I can't guess what went wrong. I compiled 5.4.11 with gcc and libcurl 7.21.2 on Solaris 11.1 without an issue. Maybe more regular Solaris users like Johannes or David (aka "dsp". Ex Sun, and who wrote http://blog.experimentalworks.net/2012/05/canonical-way-to-build-php-5-4-on-solaris-11/) can guess at the issue.) If you drop the 5.4.9 ext/curl code into your 5.4.11 directory tree what happens? Are you hitting something unrelated in the build process? Chris -- christopher.jones@oracle.com http://twitter.com/ghrd Newly updated, free PHP & Oracle book: http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html