error "Undefined symbol" while running fetchmail

Dan Nelson dnelson at allantgroup.com
Thu Apr 24 13:16:57 PDT 2003


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 at allantgroup.com


More information about the freebsd-questions mailing list