Hah! I finally got
dsmc for TSM to run on Fedora Core 5. Here's what I had to do to get the library it needed.
Dsmc was specifically looking for
libstdc++-libc6.2-2.so.3. It turns out this library is in some compatibility rpms. Actually I'm not sure which one did the trick since I installed both, in this order.
- compat-libstdc++-296.i386
- compat-libstdc++-33.i386
I'm sure those are GCC version numbers, so it's almost certainly the second one that probably overwrote the first that fixed it, now that I look at this (as I write about it!).