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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-17-2006, 12:58 PM
|
#1
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Rep:
|
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
|
|
|
03-17-2006, 01:34 PM
|
#2
|
Member
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577
Rep:
|
I think you need to run the .sh file first. Should be something like this.
sh.run-mozilla.sh
|
|
|
03-17-2006, 02:08 PM
|
#3
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
Code:
cwilliams:/tmp/thunderbird# sh run-mozilla.sh
run-mozilla.sh: Cannot execute .
Did not work...
|
|
|
03-17-2006, 02:27 PM
|
#4
|
Member
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Rep:
|
"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.
|
|
|
03-17-2006, 02:35 PM
|
#5
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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...
|
|
|
03-17-2006, 04:27 PM
|
#6
|
Member
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Rep:
|
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.
|
|
|
03-17-2006, 05:43 PM
|
#7
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
All times are GMT -5. The time now is 10:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|