Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30701 invoked by uid 1010); 26 Oct 2007 06:26:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30686 invoked from network); 26 Oct 2007 06:26:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2007 06:26:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=eric@aplosmedia.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=eric@aplosmedia.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain aplosmedia.com from 209.85.132.246 cause and error) X-PHP-List-Original-Sender: eric@aplosmedia.com X-Host-Fingerprint: 209.85.132.246 an-out-0708.google.com Received: from [209.85.132.246] ([209.85.132.246:32222] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/B4-30665-08881274 for ; Fri, 26 Oct 2007 02:26:08 -0400 Received: by an-out-0708.google.com with SMTP id c8so152712ana for ; Thu, 25 Oct 2007 23:26:05 -0700 (PDT) Received: by 10.100.241.17 with SMTP id o17mr649313anh.1193379965207; Thu, 25 Oct 2007 23:26:05 -0700 (PDT) Received: from ?10.1.1.2? ( [76.180.27.74]) by mx.google.com with ESMTPS id b37sm2602361ana.2007.10.25.23.26.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2007 23:26:03 -0700 (PDT) Message-ID: <18BCD536-6677-465D-87A4-2ADE65887F2C@aplosmedia.com> To: PHPdev Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Fri, 26 Oct 2007 02:25:54 -0400 X-Mailer: Apple Mail (2.912) Subject: iconv issues on leopard From: eric@aplosmedia.com (Eric Coleman) I can't seem to build php 5.2.4 or a snapshot on Leopard. I have tried the following: --with-iconv --with-iconv=/usr --with-iconv=/opt/local <- custom install if libiconv And all 3 (as well as not including any iconv switch) all end in the following: Undefined symbols: "_iconv_close", referenced from: _php_iconv_string in iconv.o _php_iconv_string in iconv.o __php_iconv_strlen in iconv.o __php_iconv_strpos in iconv.o __php_iconv_mime_decode in iconv.o __php_iconv_mime_decode in iconv.o __php_iconv_mime_decode in iconv.o _zif_iconv_substr in iconv.o _zif_iconv_substr in iconv.o _php_iconv_stream_filter_dtor in iconv.o _zif_iconv_mime_encode in iconv.o _zif_iconv_mime_encode in iconv.o "_iconv_open", referenced from: _php_iconv_string in iconv.o __php_iconv_strlen in iconv.o __php_iconv_strpos in iconv.o __php_iconv_mime_decode in iconv.o __php_iconv_mime_decode in iconv.o _zif_iconv_substr in iconv.o _zif_iconv_substr in iconv.o _zif_iconv_mime_encode in iconv.o _zif_iconv_mime_encode in iconv.o _php_iconv_stream_filter_factory_create in iconv.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 Anyone know what this might mean and how I can go about fixing it. Regards, Eric