Dear RDKitters,

when building RDKit according to the instructions for Linux (
http://code.google.com/p/rdkit/wiki/BuildingWithCmake), I'm running into 
one problem related to boost:

On pc X (32 bit OpenSuse), the build works perfect!

However, the boost version  on pc x has the version 1.42. We have a 
system-wide boost installation with the version 1.46.
Therefore, I set LD_LIBRARY_PATH  to the 1.46 boost version.
Furthermore, I switch on the flag -DBOOST_ROOT (according to the 1.46 
version) when running cmake.


cmake now gives the following:
"
-- Boost version: 1.46.1
-- Found the following Boost libraries:
--   python
"

So far, so good.

Now, RDKit does the job on pc X. However, when switching to pc Y, (64 bit 
system, 32 boost version 1.46 available) I end up in a 

"
rdkit/Chem/__init__.py", line 18, in <module>
    from rdkit import rdBase
ImportError: libboost_python.so.1.42.0: cannot open shared object file: No 
such file or directory
"


This confuses me, since - to my naive understanding - I have told RDKit to 
use the boost 1.46 version.

What did I wrong?


Cheers,
Paul


This message and any attachment are confidential and may be privileged or 
otherwise protected from disclosure. If you are not the intended recipient, you 
must not copy this message or attachment or disclose the contents to any other 
person. If you have received this transmission in error, please notify the 
sender immediately and delete the message and any attachment from your system. 
Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not accept 
liability for any omissions or errors in this message which may arise as a 
result of E-Mail-transmission or for damages resulting from any unauthorized 
changes of the content of this message and any attachment thereto. Merck KGaA, 
Darmstadt, Germany and any of its subsidiaries do not guarantee that this 
message is free of viruses and does not accept liability for any damages caused 
by any virus transmitted therewith.

Click http://www.merckgroup.com/disclaimer to access the German, French, 
Spanish and Portuguese versions of this disclaimer.
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to