[aspect-devel] Error when trying to run a cookbook example
Wolfgang Bangerth
bangerth at tamu.edu
Wed Dec 10 08:43:30 PST 2014
Lev,
> sorry about starting a new thread - the confirmation email ended up in
> the spam folder, which I only noticed now, that's why I can't reply to
> Bruno's message directly.
>
> Installation with the newer version of deal.II finished without errors,
> so I wanted to test it by executing one of the cookbook examples, but
> got the following error:
>
> /./aspect cookbooks/convection-box.prm/
> /dyld: Library not loaded: libstratimikos.11.dylib/
> / Referenced from: /Volumes/paddle/lev/work/ASPECT/aspect/./aspect/
> / Reason: image not found/
> /Trace/BPT trap: 5/
>
> And again, google doesn't help =/ Could you please give me an idea of
> what it might be caused by?
If you haven't found the reason already, what the error message is
telling you here is that the aspect executable is trying to find the
libstratimikos.11.dylib library. You will need to make sure that it
really exists somewhere in your system, for example under /usr or /opt,
or under your home directory. If it does exist, then you need to make
sure the environment variable DYLD_LIBRARY_PATH contains the directory
in which this library is located.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth at math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/
More information about the Aspect-devel
mailing list