Frank M. Ramaekers píše v Po 21. 12. 2009 v 16:16 -0600: > Still have a problem: > > # yum provides libstdc++.so.5 > Searching Packages: > Setting up repositories > : > : > compat-libstdc++-33.s390x 3.2.3-47.3 base > Matched from: > /usr/lib64/libstdc++.so.5
I think I know where the problem is - the s390x (64-bit) version of the library provides "libstdc++.so.5()(64bit)" where the file is /usr/lib64/libstdc++.so.5 and the SDK rpms is probably not built on a RHEL system and thus it wants plain "libstdc++.so.5" that is used for the 32-bit package in RHEL. Similar situation can be with the libXp. You can use "rpm -ivh --nodeps the-sdk.s390x.rpm" and everything should work. Dan -- Dan Horák, RHCE Software Engineer, BaseOS Red Hat Czech s.r.o., Purkyňova 99, 612 45 Brno ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
