From owner-freebsd-questions@FreeBSD.ORG Fri Apr 25 11:54:36 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 ADE4137B401 for ; Fri, 25 Apr 2003 11:54:36 -0700 (PDT) Received: from laibach.mweb.co.za (laibach.mweb.co.za [196.2.53.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D3643FA3 for ; Fri, 25 Apr 2003 11:54:35 -0700 (PDT) (envelope-from dj_boris@mail.ru) Received: from kny-dial-196-7-205-190.mweb.co.za ([196.7.205.190] helo=d) by laibach.mweb.co.za with smtp (Exim 3.33 #2) id 1998HF-0006iN-00; Fri, 25 Apr 2003 20:50:30 +0200 Message-ID: <00f001c30b5c$0f8c3710$6300a8c0@d> From: "DJ Boris" To: "Dan Nelson" References: <005901c30a9a$899d88f0$6300a8c0@d> <20030424201655.GE45035@dan.emsphone.com> <000b01c30aad$4f871a60$6300a8c0@d> <20030424221233.GF45035@dan.emsphone.com> Date: Fri, 25 Apr 2003 20:54:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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: Fri, 25 Apr 2003 18:54:37 -0000 Hi Dan, Thank you very much for your help. I did "make configure" in ports/devel/gettext.... it downloaded the .tar.gz file from ftp://gnudist.gnu.org, then I did "make install" and everything is cooking 100% now... fetchmail is already fetching mail like magic. Just one more question, as I am still learning about all this make this, make that and it is still all too cryptic for me... why didn't "pkg_add gettext-0.11.5_1.tbz" do the job? What is the difference between what you told me to do and what I was doing? Thanx for your help yet again DJ Boris ----- Original Message ----- From: "Dan Nelson" To: "DJ Boris" Cc: "freebsd-questions" Sent: Friday, April 25, 2003 12:12 AM Subject: Re: error "Undefined symbol" while running fetchmail > In the last episode (Apr 25), DJ Boris said: > > hm reinstalling gettext-0.11.5_1 didn't help > > > > here is what mine returns..... > > # nm /usr/local/lib/libintl.so.4 | grep stpcpy > > U stpcpy > > > > this version of gettext requires libiconv-1.8_2 and I have > > libiconv-1.8_1 because fetchmail-6.1.0 requires it. so then I install > > libiconv-1.8_2 to stop gettext from complaining but then fetchmail > > gives me a warning that it needs libiconv-1.8_1 and not > > libiconv-1.8_2 > > > > it seems like this is a vicious circle.... > > > > any other idea what could be the problem? > > Is your ports tree up to date? You should really be installing > fetchmail-6.2.0. > > Run "make configure" in ports/devel/gettext; you should see something > like this: > > checking for utimes... yes > checking for memset... yes > checking for stpcpy... no > checking for strcspn... yes > checking for strcasecmp... yes > > which means that gettext could not find stpcpy and it will use an > internal vesion instead. > > -- > Dan Nelson > dnelson@allantgroup.com >