Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Installation Support => Topic started by: gargsachin_ait on December 30, 2008, 05:24:41 AM

Title: Installing Thunderbird problem on RHEL 5 linux
Post by: gargsachin_ait on December 30, 2008, 05:24:41 AM
Hey all i want to install thunderbird in my RHEL5 os. I downloaded the thunderbird-2.0.0.14.tar.gz file for installlation
After executing `tar zxf thunderbird-2.0.0.14.tar.gz `
`cd thunderbird`
whne i fire this ommand`./configure`
it shows
bash: ./configure: No such file or directory
.
Please help me in configuring this software
Title: Re: Installing Thunderbird problem on RHEL 5 linux
Post by: Ricky on December 30, 2008, 06:36:50 AM
I guess thunderbird do not require any install, just extracting files will do. You and then run it using :
Code: [Select]
./thunderbird
Title: Re: Installing Thunderbird problem on RHEL 5 linux
Post by: gargsachin_ait on December 30, 2008, 07:07:07 AM
Still not working
showing following error
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Title: Re: Installing Thunderbird problem on RHEL 5 linux
Post by: debasish.raychawdhuri on January 04, 2009, 03:11:19 AM
well you need to install libstdc++. Try yum install libstdc++ as root when you are connected to the internet, and tell me the output.