From owner-freebsd-questions@freebsd.org Thu Jan 26 05:28:34 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA5A9CC21BA for ; Thu, 26 Jan 2017 05:28:34 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B5F951094 for ; Thu, 26 Jan 2017 05:28:34 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: by mailman.ysv.freebsd.org (Postfix) id B25D5CC21B8; Thu, 26 Jan 2017 05:28:34 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1FEACC21B7 for ; Thu, 26 Jan 2017 05:28:34 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47DA41093 for ; Thu, 26 Jan 2017 05:28:33 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id v0Q5GvIP009203; Wed, 25 Jan 2017 22:16:57 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Subject: Re: firefox-45 / 50 issues To: Jin Guojun , Questions Freebsd References: <682476863.1040130.1485405788767.ref@mail.yahoo.com> <682476863.1040130.1485405788767@mail.yahoo.com> Reply-To: freebsd@dreamchaser.org From: Gary Aitken Message-ID: <353a4713-f9d0-fcf0-1766-8fddee494747@dreamchaser.org> Date: Wed, 25 Jan 2017 22:16:57 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <682476863.1040130.1485405788767@mail.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Wed, 25 Jan 2017 22:16:58 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2017 05:28:34 -0000 On 01/25/17 21:43, Jin Guojun wrote: > 10.3 Release has firefox-45 on initial installation. This firefox > (45) does not support Chinese, which is displayed as squares.Does > anyone happen to know how to make Chinese working on firefox 45? > Tried to upgrade to firefox 50.1.0_6,1 released today, but got > following errors: /usr/local/lib/libdbus-1.so.3: version LIBDBUS_1_3 > required by /usr/local/lib/firefox/libxul.so not defined > > dbus 1.8.20 is currently installed. Does anyone one know which dbus > release contains proper LIBDBUS_1_3 version string for firefox-50? Not sure if this is what you want, but: /usr/local/lib$ strings libdbus-1.so.3.14.8 | grep -i LIBDBUS_1_3 LIBDBUS_1_3 But I don't know anything about chinese on ff 50. Gary