Date: Tue, 19 Sep 2017 16:45:14 -0500 From: "S. R. Wright" <srw6666@gmail.com> To: Jan Beich <jbeich@FreeBSD.org> Cc: gecko@FreeBSD.org Subject: Re: bug in Thunderbird Message-ID: <56cc4027-71c8-8f8c-a397-f1e59cec1625@gmail.com> In-Reply-To: <c0493ec7-cf92-d0c4-6783-21d3007c1f7d@gmail.com> References: <ed6862e9-5c8e-77f3-bca5-6b4e978a5ddb@gmail.com> <377i-6001-wny@FreeBSD.org> <c0493ec7-cf92-d0c4-6783-21d3007c1f7d@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I think the suggestion is correct, but the method fails. It finds
libc.so but that is not a library, it is text:
> cat /usr/lib/libc.so
/* $FreeBSD: releng/11.1/lib/libc/libc.ldscript 258283 2013-11-17
22:52:17Z peter $ */
GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a
/usr/lib/libssp_nonshared.a )
I have no idea what language a .jsm file is in, but hopefully there is
a method to specifying the pathname to the real library.
-- sRw
On 09/19/17 13:22, S. R. Wright wrote:
> Thanks for the tip. I'll try it. -- sRw
>
>
> On 09/19/17 13:01, Jan Beich wrote:
>> "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?56cc4027-71c8-8f8c-a397-f1e59cec1625>
