From owner-freebsd-ports@freebsd.org Mon Feb 27 11:56:14 2017 Return-Path: Delivered-To: freebsd-ports@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 B4BCECEFDEB; Mon, 27 Feb 2017 11:56:14 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F899B3E; Mon, 27 Feb 2017 11:56:14 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id 203so63652065ith.0; Mon, 27 Feb 2017 03:56:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=rG/SLwoyBekEPzlNexX6Azr9egARz8AOFX641pvtsKU=; b=IkvO5EovaHRpZC0aMPbyAgTexkfaZUWfqi3fly40uBiMa6n6CAfTw9B3ihN5V96PoY AaXyMT2avAxyzoWjpf8CDYaWGPmqiGkQcY+loGqfVkBbK7p8oCKo/9om9C1rTCHecUm+ QgJXBds0YJK4PE26aShNQZ/2TLDZEm+x6yN+IAXd+n+EeSWIDyVJOi06m+kUEec4Y8J1 ClRRYxIRoJonWQAuQQBqhSGiwIKT8xKuGkKWqfGq4/w9WuzA3tTmoQzMBs2kwcR305Q9 IFEKVqFTu7/wESQ3HiqaRKHylDuCp7eSEIwHzMsiLS/asZMVFLp4fw9Q7XeOMj0JbZHh I/bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rG/SLwoyBekEPzlNexX6Azr9egARz8AOFX641pvtsKU=; b=Bgox6FADoSEcp23m5X1BX7h2KOtbcXEQFjkwt+T/U76g2FowHjBFvX10943lD5aGY+ /oP9kHf/suV6LYLkViN1p6/1gvZsi7r6Dtg1rR4dL8ZK3EqyeyKWvp46TJwTIJcRmnhM m0lxQJN1BUzT4Erq0T/ooFbXFqnM05Ii+18PfeeAsYEx5N/oLKW9zuO3mnklafL+EfBN 1xXqt/pSg7MAF04pEEbZpEByNvuOCPK7rj3RHB1RqlnhKU5qmS2uCpjvWzre1qzILjcV ItOcX9qv9X2KM+L53Jp94uc6TS7mR7h0nHYe11aG/JioMcxile/a6yhFQUAHYQB1BTKH SisQ== X-Gm-Message-State: AMke39kk3Kq990Th1l9YU3/Dpcfrgd7PmHMHjkwtc3VDH/9I5LWuCOfHFLQ2buf4+3gT3Ol4W3bXtzlmctUPFQ== X-Received: by 10.36.238.202 with SMTP id b193mr13743995iti.39.1488196573913; Mon, 27 Feb 2017 03:56:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.168.228 with HTTP; Mon, 27 Feb 2017 03:56:13 -0800 (PST) In-Reply-To: References: From: mokhi Date: Mon, 27 Feb 2017 15:26:13 +0330 Message-ID: Subject: Re: Facing issue after upgrading Firefox version in Free BSD 9.2 RELEASE not able to launch firefox To: Uma Somasundaram Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 11:56:14 -0000 Hi, However your FreeBSD is on EOL (consider migrating to a newer version, at least for the sake of security updates), but I had similar problem on 10.3, I guess the problem is Firefox is updated but some libs that it depends on is not being updated (mine was libdbus, which Firefox needed libdbus-1.so.3 after update, but it was -1.so.2 still). Do a upgrade on your packages/ports, and it'll fix it. -- Best regards, MMokhi. On 2/27/17, Uma Somasundaram wrote: > Hi , > > I have upgraded FF version from firefox-esr: 24.3.0_2,1 -> 45.6.0_3,1 in > Free BSD 9.2 version using below command in my BSD , > > "pkg install firefox-esr". > > After the upgrade I am not able to launch the firefox . When I type firefox > below error message is displayed in my terminal , > > > "XPCOMGlueLoad error for file /usr/local/lib/firefox/libxul.so: > Shared object "libpixman-1.so.30" not found, required by > "libgtk-x11-2.0.so.0" > Couldn't load XPCOM. " > > Please find the below outputs : > > Output from 'uname -a' : > > FreeBSD pod1201-client11.ibesa 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: > Fri Sep 27 03:52:52 UTC 2013 > root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC > i386 > > Output from 'ident /usr/ports/www/firefox/Makefile' : > > /usr/ports/www/firefox/Makefile: > $FreeBSD: head/www/firefox/Makefile 433286 2017-02-04 07:56:59Z jbeich > $ > > Please do let me know what needs to be done for it to work. I am new to BSD > as well.