Author liturgist
Recipients
Date 2005-01-30.02:38:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=197677

The fc3 group begs to differ with the assessment.  Perhaps
someone can comment on the response to Buzilla 146563.  If
this bug is closed again, that's fine.  I do not think I
would try to reopen it.

https://bugzilla.redhat.com/beta/show_bug.cgi?id=146563

------- Additional Comments From jakub@redhat.com 
2005-01-29 14:12 EST -------
/usr/local/abinitio/lib/libgcc_s.so.1: version `GCC_3.3' not
found (required by
/usr/lib/libstdc++.so.6)

/usr/local/abinitio/lib/libgcc_s.so.1 is not part of Fedora
Core, and is
older than the system libgcc_s.so.1 in /lib/.
The bug is that you are thus overriding a system library
with an incompatible
(well, in this case likely just older) one.
You need to avoid that.
In this particular case I guess just rm -f
/usr/local/abinitio/lib/libgcc_s*
would DTRT (perhaps make a backup copy of that).

But it is certainly not a bug in the distro, but a problem
caused by badly
packaged 3rd party software.
History
Date User Action Args
2007-08-23 14:29:07adminlinkissue1110007 messages
2007-08-23 14:29:07admincreate