On Fri, 2006-05-12 at 12:12 -0600, Karl Larsen wrote: > On FC5 you remembered to link libstdc++.so.5 to whatever the version > is on this version. On FC4 you forgot to do this! > > And I am having hell like every time I try to make a link! I always > go to man link and get confused and then screw up. Good! You shouldn't be making bogus links like this, you should be installing the correct library in the first place. If you need libstdc++.so.5, try installing it: # yum install libstdc++.so.5 Paul.