From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 13:16:57 2003 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 23A4937B401 for ; Thu, 24 Apr 2003 13:16:57 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6990D43F85 for ; Thu, 24 Apr 2003 13:16:56 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h3OKGtOo041286; Thu, 24 Apr 2003 15:16:55 -0500 (CDT) (envelope-from dan) Date: Thu, 24 Apr 2003 15:16:55 -0500 From: Dan Nelson To: DJ Boris Message-ID: <20030424201655.GE45035@dan.emsphone.com> References: <005901c30a9a$899d88f0$6300a8c0@d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005901c30a9a$899d88f0$6300a8c0@d> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions Subject: Re: error "Undefined symbol" while running fetchmail 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: Thu, 24 Apr 2003 20:16:57 -0000 In the last episode (Apr 24), DJ Boris said: > hi there, > > I have 4.7-RELEASE FreeBSD. I installed fetchmail-6.1.0 and it was > fine, no errors or warnings. But now when I run it with whatever > option I get the following... which means nothing to me.. > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libintl.so.4: Undefined symbol "stpcpy" > > could someone point me in the right direction? That looks like your gettext install is the culprit. Try reinstalling it. My copy of libintl.so on 4.7 has an internal stpcpy: $ nm /usr/local/lib/libintl.so.4 | grep stpcpy 00005868 t stpcpy 000045cc t stpcpy -- Dan Nelson dnelson@allantgroup.com