Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 23, 2024, 04:45:50 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Installation Support
»
Installing Thunderbird problem on RHEL 5 linux
« previous
next »
Print
Pages: [
1
]
Author
Topic: Installing Thunderbird problem on RHEL 5 linux (Read 8484 times)
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
»
Logged
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
Logged
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
Logged
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.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Installation Support
»
Installing Thunderbird problem on RHEL 5 linux