yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #08347
Re: own compiled boost
Thanks Anton, but LD_LIBRARY_PATH is not an option in scons.profile.
Any other guesses?
On Mon, 20 Feb 2012 05:39:02 PM Anton Gladky wrote:
> Hi Klaus,
>
> try adding LD_LIBRARY_PATH='/usr/local/boost_1_46_1'
>
> Sorry, just a guess. Never tried.
>
> Anton
>
> 2012/2/20 Klaus Thoeni <klaus.thoeni@xxxxxxxxxxxxxxxx>:
> > 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
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~yade-dev
> > Post to : yade-dev@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~yade-dev
> > More help : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev
> Post to : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev
> More help : https://help.launchpad.net/ListHelp
Follow ups
References