← Back to team overview

yade-dev team mailing list archive

own compiled boost

 

Hi guys,

as you might have noticed I am trying to run yade on a Red Hat server.
However, saving and loading of simulations is not working. My guess is it
could be related to the boost version used on the server (1.41.0-11) so I
compiled version 1.46.1 in /usr/local. After adding LIBPATH =
'/usr/local/boost_1_46_1/stage/lib' and CPPPATH = '/usr/local/boost_1_46_1'
to my scons.profile I could compile the code. However, when launching yade
I have the following problem now.

Welcome to Yade bzr2999
Traceback (most recent call last):
  File "./yade-bzr2999", line 118, in <module>
    import yade
  File "/home/kt748/YADE-bzr/install/lib/yade-bzr2999/py/yade/__init__.py",
line 58, in <module>
    import boot
ImportError: libboost_system.so.1.46.1: cannot open shared object file: No
such file or directory

But libboost_system.so.1.46.1 exists in /usr/local/boost_1_46_1/. Any
suggestions?

Thanks
Klaus

Follow ups