Hi,
I have an issue with a new hashdist installation using fenics-developer-tools
(fenics-install-all, fenics-install-component) to set everything up. I have
chosen to use fenics-deps.host-debian.yaml, with only modification that IPython
is not host. Everything installs nicely, first dependencies and then fenics.
Now dolfin works with no problems if I run through IPython. However, using
regular Python I get
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dolfin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/home/mikael/Software/Fenics/opt/fenics-dev/lib/python2.7/site-packages/dolfin/__init__.py",
line 16, in <module>
from . import cpp
File
"/home/mikael/Software/Fenics/opt/fenics-dev/lib/python2.7/site-packages/dolfin/cpp/__init__.py",
line 42, in <module>
exec("from . import %s" % module_name)
File "<string>", line 1, in <module>
File
"/home/mikael/Software/Fenics/opt/fenics-dev/lib/python2.7/site-packages/dolfin/cpp/common.py",
line 32, in <module>
_common = swig_import_helper()
File
"/home/mikael/Software/Fenics/opt/fenics-dev/lib/python2.7/site-packages/dolfin/cpp/common.py",
line 28, in swig_import_helper
_mod = imp.load_module('_common', fp, pathname, description)
ImportError:
/home/mikael/.hashdist/bld/profile/himpmgpkmphr/lib/libssl.so.1.0.0: undefined
symbol: EVP_idea_cbc
Any suggestions?
Best regards
Mikael
Associate Professor Mikael Mortensen
Department of Mathematics, Division of Mechanics
University of Oslo
[email protected] <mailto:[email protected]>
+47-22855866
http://folk.uio.no/mikaem <http://folk.uio.no/mikaem>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support