View Single Post
  #5 (permalink)  
Old 11-18-2005, 10:49 AM
anand anand is offline
Zimbra Employee
 
Posts: 274
Default danger!

Quote:
Originally Posted by tbullock
ln -s libstdc++.so.6.0.3 libstdc++.so.5
I don't know what if any ABI changes were made between v5 and v6, but, in general, symlinking C++ libraries like this, that were possibly built with different compiler versions, is a very very bad thing. Please install the appropriate compat-libstdc++ package for your distro.

Last edited by anand; 11-18-2005 at 11:35 AM..
Reply With Quote