Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14295 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93464 invoked by uid 1010); 6 Jan 2005 21:28:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77439 invoked from network); 6 Jan 2005 21:22:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2005 21:22:44 -0000 X-Host-Fingerprint: 216.145.54.172 mrout2.yahoo.com Windows 98 (no sack) Received: from ([216.145.54.172:40422] helo=mrout2.yahoo.com) by pb1.pair.com (ecelerity HEAD (r4049:4050)) with SMTP id 46/C5-30894-02CADD14 for ; Thu, 06 Jan 2005 16:22:41 -0500 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout2.yahoo.com (8.13.1/8.13.1/y.out) with ESMTP id j06LLcsm067974; Thu, 6 Jan 2005 13:21:38 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id j06LLXUB017650; Thu, 6 Jan 2005 13:21:33 -0800 (PST) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Thu, 6 Jan 2005 13:21:33 -0800 To: Brad House Cc: internals@lists.php.net Message-ID: <20050106212123.GA17621@gravitonic.com> References: <41DB0A01.2000007@mainstreetsoftworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41DB0A01.2000007@mainstreetsoftworks.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] PHP_SHLIB_SUFFIX not being properly set on MacOSX From: andrei@gravitonic.com (Andrei Zmievski) On Tue, 04 Jan 2005, Brad House wrote: > Just tried to phpize an extension, and it appears as though > there is a problem on MacOSX. PHP_SHLIB_SUFFIX defaults to .so > because a check is run on $host_alias, which is set to "". Just to make sure: we do want PHP_SHLIB_SUFFIX to be set to .so on Mac OS X. Since we are not linking against the extensions, the .dylib does not apply. - Andrei