Wednesday, July 22, 2009

Firefox 3.5.1 Revisited...(Mandriva, Redhat 5)

So you came across the latest Firefox and planned to run it on your machine.
You downloaded the latest version and you try to run it and an you face with this error...


./firefox-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory


To avoid that just run the following copy command.

#cp /usr/lib/libdbus-glib-1.so.0 libdbus-glib-1.so.2

After that when u run it again it will show the following error:

./firefox-bin: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory

So you have copy that file too, just run the following command.

#cp /usr/lib/libdbus-1.so.0 libdbus-1.so.3


now run your Firefox....
Happy browsing..
If you face any error you know very well where to comment...