From owner-freebsd-ports@FreeBSD.ORG Mon Dec 27 09:56:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26AFA16A4CE; Mon, 27 Dec 2004 09:56:34 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8763D43D46; Mon, 27 Dec 2004 09:56:33 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from focus.dantavious.com (pcp09757877pcs.gambrl01.md.comcast.net[68.48.122.129]) by comcast.net (sccrmhc11) with ESMTP id <2004122709563201100avd74e>; Mon, 27 Dec 2004 09:56:32 +0000 From: Derrick Edwards To: Clint Olsen Date: Mon, 27 Dec 2004 05:11:29 -0500 User-Agent: KMail/1.7.2 References: <20041222084249.GA76803@0lsen.net> <200412261659.59728.dantavious@comcast.net> <41CFA38E.5050800@0lsen.net> In-Reply-To: <41CFA38E.5050800@0lsen.net> MIME-Version: 1.0 Message-Id: <200412270511.30877.dantavious@comcast.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: gnome@freebsd.org cc: ports@freebsd.org Subject: Re: Getting flash working with Firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 09:56:34 -0000 Clint actually you can have flash up and running by using a couple of ports. The flashpluginwrapper and linuxpluginwrapper ports do the trick for me. For excellent step by step instructions on setting up flash with flashpluginwrapper go to.... http://www.evilcommandline.com/ Also, shows you a bunch of other newbie stuff that is great. Check it out. Now to your questions concerning the linuxplugin wrapper. I did install the linuxpluginwrapper: Firefox doesn't have an LD_PRELOAD entry. So, there's nothing to> change here? You are correct. I did not make any changes to firefox to get it to work either. 2) I don't even have a /etc/libmap.conf. So, rather than change lines I put the ones they suggested in there. It says SEE ALSO, %%LIBMAPCONF%%. What is that? Basically here what you want to do is go to your examples directory. (/usr/local/share/examples/linuxpluginwrapper) There you will find the entire libmap.conf that you need. There are several libmap.conf files available. Ofcourse, whatever version of FreeBSD you are using then use that one. libmap.conf-FreeBSD4.x libmap.conf-FreeBSD5-current libmap.conf-FreeBSD5-stable Whatever one you choose copy it to /etc/libmap.conf 3) So, when I apply this dlsym(7) patch, what do I do next? Rebuild world and reinstall? It doesn't say. I did not install such a patch. Pretty sure that you dont also? 4) It doesn't even say HOW to setup Flash7 support even though it's not reliable. Once you find the libmap.conf you are going to see that it is broke down in various sections by the diferent programs. As always comment out what you dont want. You may have to manually installed linux-flashplugin7 from the ports if you wish to use it. You should be well on your way to having flash up and running. If you have any other questions please let us know and we will be glad to help. v/r Derrick