http://www.mjmwired.net/resources/mjm-fedora-fc6.html#flash
I had to edit /usr/bin/firefox, and made the following changes: (commented out the following # parts)
MOZ_ARCH=$(uname -m) case $MOZ_ARCH in # x86_64 | ia64 | s390 ) # MOZ_LIB_DIR="/usr/lib64" # SECONDARY_LIB_DIR="/usr/lib" # ;;
http://www.fc64.org/forum/viewtopic.php?t=152
—
http://www.gagme.com/greg/linux/fc6-tips.php
As of firefox-1.5.0.10-5.fc6 the method of selecting the 32-bit version has been simplified. Now you simply create a file called /etc/sysconfig/firefox-arch containing the following lines:
MOZ_LIB_DIR=“/usr/lib” SECONDARY_LIB_DIR=“/usr/lib64”
The remainder of these instructions are only for people who have not updated lately and still have an older version of Firefox. These instructions will go away soon: