← Back to team overview

dolfin team mailing list archive

Re: [Question #140285]: dolfin installation

 

Question #140285 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/140285

S Wood gave more information on the question:
Ok I am now running dolfin against Boost 1.43 and updated my LD_LIBRARY
path but still the same error message (have sourced dolfin.cfg):

Traceback (most recent call last):
  File "demo.py", line 22, in <module>
    from dolfin import *
  File "/usr/local/lib/python2.6/site-packages/dolfin/__init__.py", line 13, in <module>
    import dolfin.cpp as cpp
  File "/usr/local/lib/python2.6/site-packages/dolfin/cpp.py", line 28, in <module>
    _cpp = swig_import_helper()
  File "/usr/local/lib/python2.6/site-packages/dolfin/cpp.py", line 24, in swig_import_helper
    _mod = imp.load_module('_cpp', fp, pathname, description)
ImportError: /home/user/Work/Codes/FEniCS/dolfin-0.9.9/dolfin/libdolfin.so.0: undefined symbol: _ZNK5boost15program_options29value_semantic_codecvt_helperIcE5parseERNS_3anyERKSt6vectorISsSaISsEEb

Here is my LD_LIBRARY path:

/usr/local/lib:/usr/local/lib:/root/Work/FEniCS/lib:

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.