Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Re: [SM-Users] Bad acroread

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: George Sherwood <pilot AT beernabeer.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Re: [SM-Users] Bad acroread
  • Date: Sat, 30 Apr 2005 07:36:16 -0400

On Sat, 2005-04-30 at 10:16 +0200, Bas van Gils wrote:

> basvg@loki:~$ gaze version gcc
> Grimoire Section Spell Grimoire Version Installed Version
> -------- ------- ----- ---------------- -----------------
> test gnu gcc 3.4.3 3.4.3
>
> basvg@loki:~$ gaze from libstdc++.so.5
> acroread-7.0:/usr/lib/libstdc++.so.5
This was the problem for me. Acroread was setting up a link from so.6
to so.5.

> gcc-3.3.3:/usr/lib/libstdc++.so.5
>
>
> basvg@loki:~$ ls -la /usr/lib/libstdc++.so.5
> lrwxr-xr-x 1 root root 23 2005-04-22 18:35 /usr/lib/libstdc++.so.5 ->
> /usr/lib/libstdc++.so.6
Some of the programs that required the older version of libstdc++ didn't
like to be linked to so.6. This was causing the problem with plugins and
it caused a problem with firefox-bin for me. This is how it looks when
it is properly setup:
george@athlon:~$ ls -la /usr/lib/libstdc++.so.5
lrwxrwxrwx 1 root root 33 Apr 29 15:28 /usr/lib/libstdc++.so.5
-> /opt/gcc33/lib/libstdc++.so.5.0.7

George





Archive powered by MHonArc 2.6.24.

Top of Page