On Thu, 2006-10-26 at 09:22 -0700, Alberto Davila wrote: > Hi Gilboa, unfortunately it did not work, see: > [snip] > [user@kineto ~]$ rpm -qa libX11 > libX11-1.0.0-3.FC5.0 > libX11-1.0.0-3.FC5.0 > [davila1@kineto ~]$ rpm -qa mesa-libGL > mesa-libGL-6.4.2-6.FC5.3 > mesa-libGL-6.4.2-6.FC5.3 > > What I should do now ? Any tips on how to downgrade my firefox to 32 bits > ? after uninstalling the 64 bits version, I tried this: > The best way to install 32bit firefox is to download it from mozilla.org and install it under /home and/or /usr/local, creating shortcut to it. As for your problem. You seem to have a problem with you multi-lib support. (32bit libraries on 64bit OS) Please post the output of: $ rpm -qa --queryformat="%{NAME}-%{VERSION}-%{ARCH}\n" | egrep -E 'mesa| libX11' | sort - Gilboa