On 17/03/2016 18:00, Mendez Giraldez, Raul wrote:
> Hi everybody,
>
> I'm trying to build RDKit on Red Hat Enterprise Linux Server release
> 5.11 and I get the following problem after trying to import rdkit libraries:
>
>
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> Anaconda is brought to you by Continuum Analytics.
> Please check out: http://continuum.io/thanks and https://anaconda.org
>  >>> from rdkit import Chem
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
>    File
> "/nas02/home/r/m/rmendez/Work/Software/miniconda/envs/my-rdkit-env/lib/python2.7/site-packages/rdkit/Chem/__init__.py",
> line 18, in <module>
>      from rdkit import rdBase
> ImportError:
> /nas02/home/r/m/rmendez/Work/Software/miniconda/envs/my-rdkit-env/lib/python2.7/site-packages/rdkit/../../../libboost_thread.so.1.56.0:
> undefined symbol:
> _ZGVZN5boost16exception_detail27get_static_exception_objectINS0_14bad_exception_EEENS_13exception_ptrEvE2ep
>  >>>
>
>
>
> There seems to be a problem with the boost libraries. Any suggestion ?

Yes, it seems to me that the libraries that you are finding at runtime 
are not those against which rdkit was linked at compile time.

Are you using LD_LIBRARY_PATH?




------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to