LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Thunderbird fails to execute (https://www.linuxquestions.org/questions/linux-software-2/thunderbird-fails-to-execute-897738/)

Alpo 08-16-2011 09:48 PM

Thunderbird fails to execute
 
All:

Not much unlike a particularly terrible romantic comedy starring Matthew McConogay, Thunderbird fails to launch.

Here's the code, quick and dirty:
Code:

[Alpo@alpo-computer /]$ ~/thunderbird/thunderbird
/home/Alpo/thunderbird/thunderbird-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
[Alpo@alpo-computer /]$ ls /usr/lib64 | grep libdbus
libdbus-glib-1.so
libdbus-glib-1.so.2
libdbus-glib-1.so.2.1.0
[Alpo@alpo-computer /]$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/Alpo/bin:/usr/lib64

Any ideas?

frankbell 08-16-2011 10:20 PM

Quote:

Originally Posted by Alpo (Post 4445109)
error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
[Alpo@alpo-computer /]$ ls /usr/lib64 | grep libdbus
libdbus-glib-1.so
libdbus-glib-1.so.2
libdbus-glib-1.so.2.1.0

This is a shot in the dark, but could Thunderbird be looking for the 32-bit version of the file?

Alpo 08-16-2011 10:52 PM

Welp, I feel like a moron. That worked like a charm. Thanks, Frankbell.


All times are GMT -5. The time now is 03:41 AM.