On Thu, 16 Jun 2005, Klaus Steden wrote: >I'm having a hell of a time finding out what depends on >/usr/lib/libstdc++.so.5 - and specifying 'compat-libstdc++-33' in my >ks.cfg only installs one of them. My thinking is that if I can find the >right 32 bit app that's got a dependency on this library, I can install >it and anaconda will install the 32 bit libstdc++ RPM as well. If you have the rpmdb-redhat package installed, you can ask: $ rpm --redhatrequires /usr/lib/libstdc++.so.5 This is not mentioned in the rpm(1) manpage - I had to look at the output of "rpm --help" to find it. Cheers, Phil