Author |
Message |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 17:09 Post subject:
Seamonkey won't start. [Solved] |
|
Using Slacko 5.3.1
After closing Seamonkey earlier, I tried to open it again and it wouldn't.
Using the console it says:
/usr/lib/seamonkey/seamonkey.bin: usr/lib/libstdc++.so.6: version 'GLIBCXX_3.3.12' not found (required by /usr/lib/seamonkey/libxul.so)
I'm using dillo now, but it's terrible in comparison. I've downloaded seamonkey from their site, but I'm not sure if installing it will help, if it's a lib problem.
Does anybody know how to fix this?
Last edited by Eldon on Mon 06 Aug 2012, 19:30; edited 1 time in total
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2545 Location: near here
|
Posted: Mon 06 Aug 2012, 17:42 Post subject:
|
|
sounds like something has taken out the required C++ lib version
usr/lib/libstdc++.so.6 GLIBCXX_3.3.12
did you install or uninstall anything?
_________________ helping Wiki for help
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 17:56 Post subject:
|
|
darkcity wrote: | sounds like something has taken out the required C++ lib version
usr/lib/libstdc++.so.6 GLIBCXX_3.3.12
did you install or uninstall anything? |
No, it's my impression that because I immediately tried to restart (before the libs were unloaded?) they got corrupted.
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 4208 Location: Kiel,Germany
|
Posted: Mon 06 Aug 2012, 18:34 Post subject:
|
|
Eldon wrote: | darkcity wrote: | sounds like something has taken out the required C++ lib version
usr/lib/libstdc++.so.6 GLIBCXX_3.3.12
did you install or uninstall anything? |
No, it's my impression that because I immediately tried to restart (before the libs were unloaded?) they got corrupted. |
/usr/lib/libstdc++.so.6 usually is part of gcc .
"3.3.12" sounds confusing.
According to http://ftp.gnu.org/gnu/gcc/ 3.3.6 is the latest of the 3.3 series.
Could compile 3.3.6
which creates a
/root/Downloads/COMPILE/GCC/3.3.6/gcc-3.3.6-i686/usr/local/lib/libstdc++.so.5
but not 3.3.3 .
gcc-3.4.5 uses libstdc++.so.6 .
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 18:49 Post subject:
|
|
Karl Godt wrote: | Eldon wrote: | darkcity wrote: | sounds like something has taken out the required C++ lib version
usr/lib/libstdc++.so.6 GLIBCXX_3.3.12
did you install or uninstall anything? |
No, it's my impression that because I immediately tried to restart (before the libs were unloaded?) they got corrupted. |
/usr/lib/libstdc++.so.6 usually is part of gcc .
"3.3.12" sounds confusing.
According to http://ftp.gnu.org/gnu/gcc/ 3.3.6 is the latest of the 3.3 series.
Could compile 3.3.6
which creates a
/root/Downloads/COMPILE/GCC/3.3.6/gcc-3.3.6-i686/usr/local/lib/libstdc++.so.5
but not 3.3.3 .
gcc-3.4.5 uses libstdc++.so.6 . |
What?
BTW, libstdc++.so.6 is there but it's as though the libGCXX_3.3.12 is part of it, and has been corrupted.
I have no idea what gcc has to do with libgcxx.
Additionally, trying to extract the libstdc++.so.6 out of lib-with-links fails- "wrapper exited with error" so I don't know what to do about that.
Of course Firefox, being closely related to Seamonkey, has the same error.
Last edited by Eldon on Mon 06 Aug 2012, 18:51; edited 1 time in total
|
Back to top
|
|
 |
Semme

Joined: 07 Aug 2011 Posts: 7827 Location: World_Hub
|
Posted: Mon 06 Aug 2012, 18:51 Post subject:
|
|
Eldon- is libstdc++.so.6 a symbolic link in /usr/lib?
How about libstdc++.so.6.0.13.. there in the same directory?
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 18:56 Post subject:
|
|
Semme wrote: | Eldon- is libstdc++.so.6 a symbolic link in /usr/lib?
How about libstdc++.so.6.0.13.. there in the same directory? |
#1 yes,
#2, libstdc++.so.6.0.14 is thereand 6. 0.9 as well, but not 13.
|
Back to top
|
|
 |
Semme

Joined: 07 Aug 2011 Posts: 7827 Location: World_Hub
|
Posted: Mon 06 Aug 2012, 19:00 Post subject:
|
|
Does so.6 point to 14? Full or frugal install? ext2, 3 or other?
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 19:15 Post subject:
|
|
No, it points to 9.
Frugal to FAT 8gb flash drive.
|
Back to top
|
|
 |
Semme

Joined: 07 Aug 2011 Posts: 7827 Location: World_Hub
|
Posted: Mon 06 Aug 2012, 19:22 Post subject:
|
|
Then delete your libstdc++.so.6 link.
Now open a shell'n issue: ln -s /usr/lib/libstdc++.so.6.0.14 /usr/lib/libstdc++.so.6
Copy'n paste my line to avoid typos, then try again..
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Mon 06 Aug 2012, 19:30 Post subject:
|
|
Semme wrote: | Then delete your libstdc++.so.6 link.
Now open a shell'n issue: ln -s /usr/lib/libstdc++.so.6.0.14 /usr/lib/libstdc++.so.6
Copy'n paste my line to avoid typos, then try again.. |
OMG it worked!!
THANK YOU!!!
You're my hero! Using links and dillo was getting tiresome real fast.
I couldn't even copy your solution, but I had no trouble typing it manually, and it works!!
Thanks, thanks thanks!
|
Back to top
|
|
 |
Semme

Joined: 07 Aug 2011 Posts: 7827 Location: World_Hub
|
Posted: Mon 06 Aug 2012, 19:35 Post subject:
|
|
Hey, I have no idea what happened there but- GREAT! Good to hear..
As far as copy'n paste- highlight what you want >>
go back to your console window'n >> l+r clk at the same time.
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2545 Location: near here
|
Posted: Tue 07 Aug 2012, 08:46 Post subject:
|
|
you can use middle mouse button if you have one, see
http://puppylinux.org/wikka/HowToCopyFromTerminal
_________________ helping Wiki for help
|
Back to top
|
|
 |
Eldon
Joined: 09 Sep 2010 Posts: 110
|
Posted: Tue 07 Aug 2012, 12:10 Post subject:
|
|
Semme wrote: | Hey, I have no idea what happened there but- GREAT! Good to hear..
As far as copy'n paste- highlight what you want >>
go back to your console window'n >> l+r clk at the same time. |
I was using Netsurf browser.
COULD NOT HIGHLIGHT THE TEXT.
I know HOW, I just wasn't able.
And I'm using a touchpad, so no middle mouse button.
|
Back to top
|
|
 |
|