On 10/23/2010 07:54 PM, Petter Urkedal wrote:
It seems to me to be a problem with the dependencies of that package, as it should have prevented installation on a Fedora 13. Maybe the spec-file can give a hint of what is wrong, but most often these dependencies are determined automatically. An ldd on each library and executables from the package may reveal the origin of the libstdc++.so.6 dependency. _________________
Petter,
Many thanks - I hadn't known about ldd. It made it easy to diagnose the problem.
Problem was another older installation and associated setting of LD_LIBRARY_PATH, thus getting the two installations mixed up
Thanks again
Jeremy