Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 11:00:10 +0200
From:      "Dominique Goncalves" <dominique.goncalves@gmail.com>
To:        "Bachilo Dmitry" <root@solink.ru>
Cc:        questions@freebsd.org
Subject:   Re: linuxulator problem?
Message-ID:  <7daacbbe0608210200v69192b3cv92071ff33d0d950e@mail.gmail.com>
In-Reply-To: <200608211401.06718.root@solink.ru>
References:  <200608211401.06718.root@solink.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi,

On 8/21/06, Bachilo Dmitry <root@solink.ru> 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?=pentium4 in my
> rc.conf and it seemed to start working faster. Then, as an experiment, 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

> ------------------------
> С уважением, Бачило Дмитрий
> Руководитель отдела системной интеграции
> ООО "Компания СоЛинк"
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

Regards.

-- 
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7daacbbe0608210200v69192b3cv92071ff33d0d950e>