On Fri, Jun 10, 2011 at 9:54 PM, Robert DeLisle <[email protected]> wrote: > > For my own education, could this be related to having upgraded GCC through > the CentOS install instructions, but using the old Python? The new version > of RDKit would have been built with the newer GCC but the old Python may not > refer to the correct libraries?
The error message points to /usr/lib64/libstdc++.so.6, which is (I guess) the system version of libstdc++. The solution to the problem is probably to figure out where the version of g++ that you built and installed put its libraries (probably somewhere in /usr/local ?) and make sure that is in your LD_LIBRARY_PATH *before* /usr/lib64. -greg ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

