LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-17-2006, 12:58 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Installing Thunderbird Help!


I downloaded the latest version of Thunderbird (v1.5) and am attempting to install by hand since I am spoiled by using "apt-get install <filename>".

I download the file and have extracted it but now can't install this for some reason. Can someone please tell me what I am doing wrong or how to fix this?

Code:
cwilliams:/home/cwilliams/Desktop# mv thunderbird/ /tmp/
cwilliams:/home/cwilliams/Desktop# cd /tmp
cwilliams:/tmp# ls
alsa-dmix-11482-1142621662-501535  kde-cwilliams  ksocket-cwilliams  ksocket-root  ssh-lpCud11389  thunderbird
cwilliams:/tmp# cd thunderbird/
cwilliams:/tmp/thunderbird# ls
chrome              icons         libnssckbi.so    libsoftokn3.so      LICENSE.txt             run-mozilla.sh   xpicleanup
components          init.d        libplc4.so       libssl3.so          mozilla-installer-bin   thunderbird
defaults            libldap50.so  libplds4.so      libxpcom_compat.so  mozilla-xremote-client  thunderbird-bin
dependentlibs.list  libmozjs.so   libprldap50.so   libxpcom_core.so    README.txt              updater
extensions          libnspr4.so   libsmime3.so     libxpcom.so         removed-files           updater.ini
greprefs            libnss3.so    libsoftokn3.chk  libxpistub.so       res                     updates
cwilliams:/tmp/thunderbird# ./thunderbird
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
 
Old 03-17-2006, 01:34 PM   #2
cuiq
Member
 
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577

Rep: Reputation: 30
I think you need to run the .sh file first. Should be something like this.

sh.run-mozilla.sh
 
Old 03-17-2006, 02:08 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Code:
cwilliams:/tmp/thunderbird# sh run-mozilla.sh

run-mozilla.sh: Cannot execute .
Did not work...
 
Old 03-17-2006, 02:27 PM   #4
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
"libstdc++.so.5: cannot open shared object file: No such file or directory"

If you have that lib [ls /usr/local/lib/lib* to find out]

try as root
/sbin/ldconfig
/sbin/ldconfig -v | grep stdc++ #to check

not as root.... Unless that's the way you rock it.
then thunderbird.

Last edited by truthfatal; 03-17-2006 at 02:30 PM.
 
Old 03-17-2006, 02:35 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by truthfatal
"libstdc++.so.5: cannot open shared object file: No such file or directory"

try as root
/sbin/ldconfig
/sbin/ldconfig -v | grep stdc++ #to check
Here is what I found...

Code:
cwilliams:/media/cdrom0# /sbin/ldconfig -v | grep stdc++ #to check
        libstdc++.so.6 -> libstdc++.so.6.0.7
Not sure what this is or what we need to do with it.

Quote:
Originally Posted by truthfatal
not as root.... Unless that's the way you rock it.
then thunderbird.
No idea what you're saying here...
 
Old 03-17-2006, 04:27 PM   #6
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
Quote:
Originally Posted by Carlwill
Here is what I found...

Code:
cwilliams:/media/cdrom0# /sbin/ldconfig -v | grep stdc++ #to check
        libstdc++.so.6 -> libstdc++.so.6.0.7
Not sure what this is or what we need to do with it.
Nothing, that was just making sure that ldconfig worked.
It lookes like it didn't. unless libstdc++.so.6 is just a newer version....
did you run "ls /usr/local/lib/lib*" to make sure libstdc++.so.5 was installed?

Quote:
Originally Posted by Carlwill
No idea what you're saying here...
I'm saying try running thunderbird now.

Last edited by truthfatal; 03-17-2006 at 04:31 PM.
 
Old 03-17-2006, 05:43 PM   #7
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by Carlwill
Here is what I found...

Code:
cwilliams:/media/cdrom0# /sbin/ldconfig -v | grep stdc++ #to check
        libstdc++.so.6 -> libstdc++.so.6.0.7
Not sure what this is or what we need to do with it.
You need to have libstdc++.so.5 installed on your system. See if you can install it using the package manager for the distro you're using.

Peace...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing thunderbird chicoharv SUSE / openSUSE 16 03-17-2006 07:14 PM
installing Thunderbird Berticus Linux - Software 1 02-18-2006 02:00 PM
Installing Thunderbird hanasi SUSE / openSUSE 8 08-22-2005 07:27 PM
Installing Thunderbird aquaboot Ubuntu 4 08-19-2005 04:09 PM
Installing thunderbird minm Linux - Software 3 10-26-2004 07:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration