Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 17:12:33 -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:  <20030424221233.GF45035@dan.emsphone.com>
In-Reply-To: <000b01c30aad$4f871a60$6300a8c0@d>
References:  <005901c30a9a$899d88f0$6300a8c0@d> <20030424201655.GE45035@dan.emsphone.com> <000b01c30aad$4f871a60$6300a8c0@d>

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



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