From owner-freebsd-stable@FreeBSD.ORG Thu Apr 24 19:16:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5061137B401 for ; Thu, 24 Apr 2003 19:16:22 -0700 (PDT) Received: from lethargic.dyndns.org (dialin-164-210.tor.primus.ca [216.254.164.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7993443FBF for ; Thu, 24 Apr 2003 19:16:20 -0700 (PDT) (envelope-from leth@lethargic.dyndns.org) Received: from lethargic.dyndns.org (localhost [127.0.0.1]) by lethargic.dyndns.org (8.12.9/8.12.9) with ESMTP id h3P2GHlF088200; Thu, 24 Apr 2003 22:16:18 -0400 (EDT) (envelope-from leth@lethargic.dyndns.org) Received: (from leth@localhost) by lethargic.dyndns.org (8.12.9/8.12.9/Submit) id h3P2GFo4088199; Thu, 24 Apr 2003 22:16:15 -0400 (EDT) Date: Thu, 24 Apr 2003 22:16:15 -0400 From: Jason Hunt To: Nawfal bin Mohmad Rouyan Message-ID: <20030425021614.GA87869@lethargic.dyndns.org> References: <1051235911.311.3.camel@opal.cyber.mmu.edu.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1051235911.311.3.camel@opal.cyber.mmu.edu.my> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: flashpluginwrapper problem. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 02:16:22 -0000 On Fri, Apr 25, 2003 at 09:58:31AM +0800, Nawfal bin Mohmad Rouyan wrote: > Hi All, > > I'm having problem with flashpluginwrapper. It was working before but > when I upgrade the linux_base port to version 7.1_3, it gives out the > error below when I start mozilla. > > LoadPlugin: failed to initialize shared library > /usr/X11R6/lib/browser_plugins/rpnp.so > [/usr/X11R6/lib/browser_plugins/rpnp.so: Undefined symbol "__ctype_b"] > LoadPlugin: failed to initialize shared library > /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so > [/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined > symbol "overrideShellClassRec"] > > I already update my system as of yesterday's STABLE but still the > problem occurs. > > Can anyone give me a clue of what happen? does the new linux_base do not > support flashpluginwrapper? > I'm using linux_base-7.1_2, and flash does work. Try re-installing libflash and the plugin. For some reason I think I remember having this problem after upgrading linux_base, but I could be imagining things. Hope this helps.