Hi Kirk, On Tue, Nov 16, 2010 at 11:48 PM, Robert DeLisle <[email protected]> wrote: > I apologize for that doulbe post before - itchy send finger. > > Here's the specific error I'm getting after the build process has otherwise > succeded. > >>>> from rdkit import Chem > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/opt/RDKit_svn_20101115/rdkit/Chem/__init__.py", line 18, in > <module> > from rdkit import rdBase > ImportError: /usr/lib64/libboost_python.so.2: undefined symbol: > Py_InitModule4
I'm not sure about the rest of the problems (it's clear I need to get a VM set up that's running CentOS so that I can get a better feeling for this; I will do this when my new linux box arrives), but this particular error indicates (normally) that your LD_LIBRARY_PATH is set incorrectly. Notice that the system boost_python is being used. Are you sure that LD_LIBRARY_PATH has /usr/local/lib first? If so, could you please run ldd /opt/RDKit_svn_20101115/rdkit/rdBase.so and see what that returns? Thanks, -greg ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

