Thread: Loading errors
View Single Post
  #4  
Old 06-12-2003, 07:01 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

check in your /usr/lib directory what version of libstdc++ you have.
you could have libstdc++.so.5.0.2 (or another version) but not ...so.5. If its the case, just make a link of that lib to the one you need.

ie:

ln -s /usr/lib/libstdc++.so.5.0.2 /usr/lib/libstdc++.so.5
Reply With Quote