From owner-freebsd-questions@FreeBSD.ORG Tue Jun 27 05:36:51 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 392C316A403 for ; Tue, 27 Jun 2006 05:36:51 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFED143D83 for ; Tue, 27 Jun 2006 05:36:46 +0000 (GMT) (envelope-from chris@chrismaness.com) X-ORBL: [69.233.6.199] Received: from [192.168.4.2] (ppp-69-233-6-199.dsl.irvnca.pacbell.net [69.233.6.199]) by ylpvm01.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k5R5aim0011035 for ; Tue, 27 Jun 2006 01:36:44 -0400 Message-ID: <44A0C3EB.10704@chrismaness.com> Date: Mon, 26 Jun 2006 22:36:43 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: firefox with flash and java! 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: Tue, 27 Jun 2006 05:36:51 -0000 > On Tue, 23 May 2006 23:40:37 +0000 > "Marwan Sultan" @hotmail.com> > wrote: > > hello everyone! > > > I'm really sorry to ask over here, but sick and tired browsing and > asking > > around. > > > I'm on latest FreeBSD 6.1R latest KDE and latest firefox 1.5.3 > > I cannot find the flash plugins for Konqueror because no more port > for it, > > (linux-flashplgin6) > > > So i have installed Firefox, now i'm lost, which in port is the flash > > plugin? > > > I have linux-flashplugin7 installed, linuxpluginwrapper, > > looks ok > > $ pkg_info | grep -i flash && pkg_info | grep -i firefox > linux-flashplugin-7.0r63 The official Macromedia Flash Player for > Linux Mozilla > > firefox-1.5.0.3,1 Web browser based on the browser portion of Mozilla > firefox-remote-20040803 Wrapper scripts for firefox web browser > > > But flash still not workin in firefox, i dont know what to do now? > > Will someone kindly guied me for this? how to install flash, for > firefox? > > and enable it. > > from someone else's kind instructions, which worked great for me: > > - modify your libmap.conf , following what is shown in > what /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 > > - Finally edit /usr/X11R6/lib/firefox/run-mozilla.sh and add > /usr/X11R6/lib/linux-flashplugin6 to MOZ_PLUGIN_PATH > (near the end of the script) (colon-separated path components) > > - path your kernel: > Please get and apply a dlsym(3) hook patch (apply in /usr/src ; then cd > libexec/rtld-elf and do make rtld) > http://people.FreeBSD.org/~nork/*rtld_dlsym_hack.diff* > This provides > _dlsym(3) > function to fix dynamic-link error "can't find gtk_major_version" > ad-hoc-ly. > > $cd /usr/src > $fetch http://people.FreeBSD.org/~nork/*rtld_dlsym_hack.diff* > > $patch < *rtld_dlsym_hack.diff* > $ cd libexec/rtld-elf > $sudo make rtld > $ sudo make install > > > Also How to install java? on firefox? it would be my next step. > > > Is there by any chance away to run flash for Konqueror? or better to > > delete this package if im > > having firefox? > > i dont know, dont use kde. > good luck, > Beto I have followed all of the instructions for patching the src (from above), and firefox still crashes with the error: /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined symbol "_dlsym" when a flash page is loaded. What have I missed?