March 29, 2024, 07:37:04 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Installing Thunderbird problem on RHEL 5 linux  (Read 5484 times)

Offline gargsachin_ait

  • Linux Noob !
  • *
  • Posts: 27
Installing Thunderbird problem on RHEL 5 linux
« 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
« Last Edit: December 30, 2008, 06:33:01 AM by Ricky »

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: Installing Thunderbird problem on RHEL 5 linux
« Reply #1 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

Offline gargsachin_ait

  • Linux Noob !
  • *
  • Posts: 27
Re: Installing Thunderbird problem on RHEL 5 linux
« Reply #2 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

Offline debasish.raychawdhuri

  • New Member
  • Posts: 3
Re: Installing Thunderbird problem on RHEL 5 linux
« Reply #3 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.