From owner-freebsd-questions@FreeBSD.ORG Mon Aug 21 09:55:15 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 26FF116A4DA for ; Mon, 21 Aug 2006 09:55:15 +0000 (UTC) (envelope-from root@solink.ru) Received: from mail.academ.org (mail.academ.org [81.1.226.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DA343D5D for ; Mon, 21 Aug 2006 09:55:09 +0000 (GMT) (envelope-from root@solink.ru) Received: from mail.academ.org (localhost [127.0.0.1]) by mail.academ.org (Postfix) with ESMTP id 73AE4322F4A for ; Mon, 21 Aug 2006 16:11:59 +0700 (NOVST) Received: from bocha.solink.office (unknown [85.118.228.14]) by mail.academ.org (Postfix) with ESMTP id 55297B9CD4 for ; Mon, 21 Aug 2006 16:11:58 +0700 (NOVST) From: Bachilo Dmitry Organization: Solink Ltd To: freebsd-questions@freebsd.org Date: Mon, 21 Aug 2006 16:11:59 +0700 User-Agent: KMail/1.9.1 References: <200608211401.06718.root@solink.ru> <7daacbbe0608210200v69192b3cv92071ff33d0d950e@mail.gmail.com> In-Reply-To: <7daacbbe0608210200v69192b3cv92071ff33d0d950e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200608211611.59795.root@solink.ru> X-AV-Checked: ClamAV Subject: Re: linuxulator problem? 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, 21 Aug 2006 09:55:15 -0000 =F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F0=CF=CE=C5=C4=C5=CC=D8=CE=C9=CB 21= =C1=D7=C7=D5=D3=D4=C1 2006 16:00 Dominique Goncalves=20 =CE=C1=D0=C9=D3=C1=CC(a): > Hi, > > On 8/21/06, Bachilo Dmitry wrote: > > I had linux flash plugin 7 working with my native Firefox and everything > > was ok. Them I've tried to recompile my Firefox with CPUTYPE?=3Dpentium= 4 in > > my rc.conf and it seemed to start working faster. Then, as an experimen= t, > > I tried to rebuild world. And now, instead of firefox, I get this: > > > > %firefox opennet.ru > > /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined > > symbol "_dlsym" > > > > I've recompiled linuxflashplugin7, linuxthreads, linuxpluginwrapper, but > > no use. > > > > Maybe i did or didn't something? Is it possible to fix this? > > You forgot to apply a patch to make flash7 working: > > $ cat /usr/ports/www/linuxpluginwrapper/pkg-message > [...] > Please get and apply a dlsym(3) hook patch. > 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/libexec/rtld-elf/ && patch -p2 < > /path/to/rtld_dlsym_hack.diff && make clean all install > > Then try firefox to see if this works :-) > > HTH You're absolutely right. I should read all given information two times :-) = I=20 must have missed this notice for the first time. Thank you very much again.= I=20 am saved :-)