Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19132 invoked by uid 1010); 5 Jan 2005 06:57:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19071 invoked from network); 5 Jan 2005 06:57:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2005 06:57:05 -0000 X-Host-Fingerprint: 213.243.153.35 smtp2.pp.htv.fi Linux 2.4/2.6 Received: from ([213.243.153.35:46626] helo=smtp2.pp.htv.fi) by pb1.pair.com (ecelerity HEAD (r3992M)) with SMTP id 1E/60-25400-FBF8BD14 for ; Wed, 05 Jan 2005 01:57:03 -0500 Received: from localhost.localdomain (cs78146149.pp.htv.fi [62.78.146.149]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 973DE296C27; Wed, 5 Jan 2005 08:57:00 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j056uxqb028463; Wed, 5 Jan 2005 08:56:59 +0200 Received: from localhost (jani@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) with ESMTP id j056uwsF028459; Wed, 5 Jan 2005 08:56:59 +0200 X-Authentication-Warning: localhost.localdomain: jani owned process doing -bs Date: Wed, 5 Jan 2005 08:56:58 +0200 (EET) Reply-To: Jani Taskinen To: Brad House Cc: internals@lists.php.net In-Reply-To: <41DB0A01.2000007@mainstreetsoftworks.com> Message-ID: References: <41DB0A01.2000007@mainstreetsoftworks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PHP_SHLIB_SUFFIX not being properly set on MacOSX From: sniper@iki.fi (Jani Taskinen) How exactly did you run the phpize and the generated configure? What are the autoconf, libtool and automake versions in your system? Checking configure generated on my machine, it's impossible for $host_alias to be empty unless you specify it to be empty with --host="" or something like that. I wouldn't want to fix something that really isn't broken. :) --Jani On Tue, 4 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 "". > > Attached is a patch to use $host_os instead which fixes the > problem. > > This is against php-4.3.10 by the way. I have not confirmed > if PHP 5 has this issue or not. > > -Brad >