ah, it seems that you have installed oce as well... I've checked my modulefile for macOS, an I set all the lib-pathes...
depending on the packages you have installed, it should be export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/OCE-0.18/lib:/apps/candi/deal.II-toolchain/v8.5.1/brew- openmpi/parmetis-4.0.3/lib and so on... each lib path is divided by a colon (:). Check for your lib-pathes in your installation destination. You can include that in the "enable.sh" script. For me, the current complete list (set in a modulefile) is: prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/parmetis-4.0.3/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/superlu_dist_5.1.2/lib #prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8.5.1/brew-openmpi/OCE-0.18/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/deal.II-v8.5.1/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/hdf5-1.10.1/lib #prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8.5.1/brew-openmpi/p4est-2.0/FAST/lib #prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8.5.1/brew-openmpi/p4est-2.0/DEBUG/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/petsc-3.7.6/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/slepc-3.7.3/lib prepend-path DYLD_LIBRARY_PATH /apps/candi/deal.II-toolchain/v8 .5.1/brew-openmpi/trilinos-release-12-10-1/lib On Wednesday, 8 November 2017 16:52:48 UTC+1, Pawan Takhar wrote: > > Hi Uwe, > > > > When I type ./step-1 in the folder where step-1 was compiled, I get the > following error: > > > > dyld: Library not loaded: libTKBO.11.dylib > > Referenced from: /Users/username/Documents/deal2/examples/step1/./step-1 > > Reason: image not found > > Abort trap: 6 > > > > I tried searching for libTKBO.11.dylib, but could not find the package > that would contain this. > > > > Regards, > > Pawan > > > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.