From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 19:13:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7971116A4CE for ; Fri, 30 Jan 2004 19:13:55 -0800 (PST) Received: from agoron.net (mail.agoron.net [206.181.233.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 245DB43D2F for ; Fri, 30 Jan 2004 19:13:54 -0800 (PST) (envelope-from marius@agoron.net) Received: (qmail 2578 invoked by uid 85); 31 Jan 2004 03:13:53 -0000 Received: from marius@agoron.net by mail.agoron.net by uid 89 with qmail-scanner-1.16 (clamscan: 0.65. spamassassin: 2.55. Clear:. Processed in 0.809205 secs); 31 Jan 2004 03:13:53 -0000 Received: from unknown (HELO MK) (206.181.233.90) by agoron.net with SMTP; 31 Jan 2004 03:13:52 -0000 From: "Marius Kirschner" To: "'Derrick MacPherson'" , Date: Fri, 30 Jan 2004 22:13:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20040131022811.BC3DD43D1D@mx1.FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPnodlSEI3ILvdoQMC1R6pGurTH6QABlDbA X-Qmail-Scanner-Message-ID: <10755188325272572@mail.agoron.net> Message-Id: <20040131031354.245DB43D2F@mx1.FreeBSD.org> Subject: RE: PHP4 with GD build problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 03:13:55 -0000 > Freebsd 4.7, ports up to date. > > When I compile php4 with GD, I get this error: > > ext/gd/libgd/gdkanji.lo: In function `do_convert': > ext/gd/libgd/gdkanji.lo(.text+0x57b): undefined reference to > `iconv_open' > ext/gd/libgd/gdkanji.lo(.text+0x5c8): undefined reference to `iconv' > ext/gd/libgd/gdkanji.lo(.text+0x5f9): undefined reference to > `iconv_close' > *** Error code 1 > > Stop in /usr/ports/lang/php4/work/php-4.3.4. > > > It compiles fine without GD. Any ideas what's wrong, and how to fix? Sorry, I have no solution for you, just wanted to say that I've had the same problem with 4.9. I build it without GD for now..... ---Marius