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
|