Date: Tue, 19 Sep 2017 20:01:34 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: "S. R. Wright" <srw6666@gmail.com> Cc: gecko@FreeBSD.org Subject: Re: bug in Thunderbird Message-ID: <377i-6001-wny@FreeBSD.org> In-Reply-To: <ed6862e9-5c8e-77f3-bca5-6b4e978a5ddb@gmail.com> (S. R. Wright's message of "Tue, 19 Sep 2017 11:02:48 -0500") References: <ed6862e9-5c8e-77f3-bca5-6b4e978a5ddb@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"S. R. Wright" <srw6666@gmail.com> writes:
> PORTNAME= thunderbird
> DISTVERSION= 52.3.0
> PORTREVISION= 1
>
> Using the chat feature results in issues with at least XMPP (possibly
> others) as it tries to resolv SRV but cannot due to this error
>
>> prpl-jabber: Error during SRV lookup:
> Error: Could not find libresolv in any of libresolv.9.so,libresolv.so
> Exception: Error: couldn't open library libresolv.so: Shared object
> "libresolv.so" not found, required by "thunderbird"
libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are
part of libc. Maybe try adding ctypes.libraryName("c") to
https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?377i-6001-wny>
