Closed Bug 88600 Opened 23 years ago Closed 23 years ago

starting precompiled mozilla

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: stephanj, Assigned: cls)

Details

When I'm starting mozilla-linux nightly, I get:
./mozilla-bin: error while loading shared libraries: libstdc++-libc6.1-1.so.2:
cannot open shared object file: No such file or directory
But I have:
/usr/lib/libstdc++-libc6.1-2.so.3

Makeing a symlink to the above libary resolves the problem.
Why is it linked to the old libary?
Using Debian unstable linux.
There are 2 sets of linux x86 nightly builds.  The "normal" builds are made
using egcs 1.1.2 which links c++ programs against libstdc++ 2.9.0 (aka
libstdc++-libc6.1-1.so.2) .  The gcc295 builds are made using gcc 2.95.3 which
links against libstdc++ 2.10 (aka libstdc++-libc6.1-2.so.3) .

So you need to either start using the gcc295 builds or install the older version
of libstdc++ on your system.  I don't believe the symlink will work in all cases.






Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
verified invalid.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.