Thread: libstdc++.so.5
View Single Post
Re: libstdc++.so.5
Old
  (#2)
CrapShoot
A Monkey
 
CrapShoot's Avatar
 
Status: Offline
Posts: 386
Join Date: Jan 2005
Default Re: libstdc++.so.5 - 03-01-2007

I've had a similar problem before with other applications. This may or may not work for you, but I figured it was worth mentioning.

check /user/local/lib to see if the file exists there

if it does, create a symbolic link from where the app is most likely looking for it:

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