Re: [Rdkit-discuss] again: libboost_thread-gcc43-mt-1_36.so.1.36.0
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2009-10-13 15:59:54
|
2009/10/13 Christian de Bouillé <amb...@wa...>: > > I have defined LD_LIBRARY_PATH > in different way > when import rdBase, it is not found > libboost_thread-gcc43-mt-1_36.so.1.36.0 I'm not sure how this can happen. Please send the value of your LD_LIBRARY_PATH variable and the location of the libboost_thread-gcc43-mt-1_36.so.1.36.0 file. > Is it possible to define into a file where > libboost is located ? when you build and install boost you can tell it where to install the libraries: http://www.boost.org/doc/libs/1_40_0/more/getting_started/unix-variants.html -greg |