The issue that you're running into is a hallmark of exactly why source
builds (or in your case 3rd party unpackaged binaries) and package
management don't mix. You're trying to circumvent the way the system was
designed to operate, and then complaining when it doesn't act as you'd
expect it to.

This applies pretty much across the board regardless of distribution,
whether is use deb or rpm. Use the package management system your
distribution provides.

On Sat, Sep 3, 2011 at 1:36 PM, Todd And Margo Chester <
[email protected]> wrote:

> On 09/03/2011 01:39 AM, Ljubomir Ljubojevic wrote:
> > Todd And Margo Chester wrote:
> >> Hi All,
> >>
> >>      I "finally" figured this out.  The problem is with the 64 bit
> >> Firefox binaries from releases.mozilla.org. (The 64 bit RPMs
> >> floating around do not have this problem.)
> >>
> >> Work around:
> >>
> >> # mv /usr/lib/mozilla /usr/lib/mozilla.000
> >> # ln -s /usr/lib64/mozilla /usr/lib/mozilla
> >>
> >> I filed a bug on this:
> >>
> >>      https://bugzilla.mozilla.org/show_bug.cgi?id=684441
> >>
> >> Thanks to everyone for their helpful tips and suggestions!
> >>
> >> -T
> > I compiled Firefox 6 rpm based on the Remi's Fedora src.rpm and 64-bit
> > version works as expected with 64-bit flash plugin.
> >
> Yes.  All the RPMs I have come across work perfectly with plug-ins.  It
> is just the binaries from releases.mozilla.org that do not.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.repoforge.org/mailman/listinfo/users
>



-- 
During times of universal deceit, telling the truth becomes a revolutionary
act.
George Orwell
_______________________________________________
users mailing list
[email protected]
http://lists.repoforge.org/mailman/listinfo/users

Reply via email to