Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 15:16:55 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        DJ Boris <dj_boris@mail.ru>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: error "Undefined symbol" while running fetchmail
Message-ID:  <20030424201655.GE45035@dan.emsphone.com>
In-Reply-To: <005901c30a9a$899d88f0$6300a8c0@d>
References:  <005901c30a9a$899d88f0$6300a8c0@d>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030424201655.GE45035>