From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 18:28:13 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 2D2A616A4CF for ; Fri, 30 Jan 2004 18:28:13 -0800 (PST) Received: from mail.vfs.com (mail.multimedia.edu [208.181.60.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3DD43D1D for ; Fri, 30 Jan 2004 18:28:11 -0800 (PST) (envelope-from dmacpher@vfs.com) Received: from h24-85-170-131.vn.shawcable.net ([24.85.170.131] helo=dhp) by mail.vfs.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.30; FreeBSD) id 1AmkrJ-000DVm-Eu for freebsd-questions@freebsd.org; Fri, 30 Jan 2004 18:27:45 -0800 From: "Derrick MacPherson" To: Date: Fri, 30 Jan 2004 18:28:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPnodlSEI3ILvdoQMC1R6pGurTH6Q== X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "mail.vfs.com", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details.with GD, I get this error: ext/gd/libgd/gdkanji.lo: In functionreference 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 [...] Content analysis details: (2.6 points, 5.0 required) pts rule name description -------------------------------------------------- 2.5 RCVD_IN_DYNABLOCK RBL: Sent directly from dynamic IP address [24.85.170.131 listed in dnsbl.sorbs.net] 0.1 RCVD_IN_SORBS RBL: SORBS: sender is listed in SORBS [24.85.170.131 listed in dnsbl.sorbs.net] Message-Id: <20040131022811.BC3DD43D1D@mx1.FreeBSD.org> Subject: 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 02:28:13 -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?