View Single Post
  #4 (permalink)  
Old 11-18-2005, 09:46 AM
tbullock tbullock is offline
Advanced Member
 
Posts: 232
Default

I did the following to fix this problem:

cd to /usr/lib

ln -s libstdc++.so.6.0.3 libstdc++.so.5

Maybe I cheated a little bit but it seemed to work for me.
Reply With Quote