From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 05:00:40 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 826C316A400 for ; Mon, 27 Mar 2006 05:00:40 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FFD43D46 for ; Mon, 27 Mar 2006 05:00:39 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 31460 invoked from network); 27 Mar 2006 15:00:39 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 27 Mar 2006 15:00:38 +1000 Date: Mon, 27 Mar 2006 15:00:33 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060327150033.1997e222@localhost> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Firefox 1.5 + Flash 7, "_dlsym" symbol... again 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: Mon, 27 Mar 2006 05:00:40 -0000 Hi there, firefox-1.5.0.1_1,1 built from source linux-flashplugin-7.0r63 flashpluginwrapper-0.20021113_1 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Mar 27 11:43:54 EST 2006 (flash v.6 is marked as with security vulerability) I have followed the steps that had got flash6 working in another machine. firefox shows the plugin in in about:plugins When I go to a page with flash, firefox dies with: /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined symbol "_dlsym" This is with and without the suggested patch. I did: $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 --- Any suggestions on how to fix this ? Thanks! Beto