From owner-freebsd-questions@FreeBSD.ORG Sat Nov 4 01:14:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B11A16A4A0 for ; Sat, 4 Nov 2006 01:14:35 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA9043D6E for ; Sat, 4 Nov 2006 01:13:51 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so400395pyg for ; Fri, 03 Nov 2006 17:13:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=c+vPyutV6niPMmwABLXs4OyCtaFkSTPrUQ/VM7JpVXbj99A98rBcnzMDyg+JBrSM2hCCPNrEOZOexY7j9dFbIrpdET40NMvEY58Vq1y1SR7u8F/dmbAXBfaqIDvLU5yGDsKjjAv+G4LkrlDr4vJk9tZccj530p/PgO5Qfq5QXIA= Received: by 10.35.128.1 with SMTP id f1mr4466854pyn.1162602797779; Fri, 03 Nov 2006 17:13:17 -0800 (PST) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.google.com with ESMTP id n27sm1565960pyh.2006.11.03.17.13.17; Fri, 03 Nov 2006 17:13:17 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 3 Nov 2006 19:12:37 -0600 User-Agent: KMail/1.9.4 References: <20061103220655.86846.qmail@web88312.mail.re4.yahoo.com> In-Reply-To: <20061103220655.86846.qmail@web88312.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611031912.37403.duncan.fbsd@gmail.com> Cc: Michael S Subject: Re: firefox 2.0 and flash 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 01:14:35 -0000 On Friday 03 November 2006 16:06, Michael S wrote: > Good day all. > > I am running 5.5 RELEASE and I have just upgraded > Firefox from 1.5 to 2.0. Flash 7 was working very well > under 1.5, however after upgrade it didn't. Moreover, > flash doesn't appear anymore in the about:plugins. > > Has anyone had a similar experience and was able to > resolve it? > > Thanks in advance, > Michael > _______________________________________________ Check to see if firefox is now located in /usr/local/lib. If it is, you need to change your Flash symlinks from /usr/X11R6/lib/browser_links to /usr/local/lib/browser_links. Don