On 10/15/2015 1:45 PM, [email protected] wrote:
   Can I ask why binary Firefox not using /usr/lib64/mozilla/plugins ?
This is firefox bug ?

No, this is intentional. The directory layout of Linux systems varies by OS. So for instance on most debian-based systems, the 64-bit lib go into /usr/lib and the 32-bit ones go into /usr/lib32. But on redhat/fedora-like systems, 32-bit is in /usr/lib and 64-bit is in /usr/lib64.

So what we've decided to do for our Linux binaries is look in /usr/lib/mozilla/plugins in all builds: all 32-bit and 64-bit builds look in the same place.

What I do is symlink them: ln -s /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer64.so

--BDS

_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to