AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

libsuitesparseconfig.4.5.5.dylib "Library not loaded" at runtime on OS X #97

Closed agentirons closed 6 years ago

agentirons commented 6 years ago

OS X El Capitan 10.11.6

Did a $ git pull on the most recent version of rawtoaces, ran cmake, make, and make install with no errors, then on running rawtoaces I received this output:

dyld: Library not loaded: /usr/local/opt/suite-sparse/lib/libsuitesparseconfig.4.5.5.dylib
  Referenced from: /usr/local/opt/ceres-solver/lib/libceres.1.dylib
  Reason: image not found
Trace/BPT trap: 5

The solution was to update my brewed version of ceres-solver, which needed the command $ brew reinstall --HEAD ceres-solver

I can work on a pull request to update the readme tomorrow with mention of this solution in the ceres-solver installation step.

agentirons commented 6 years ago

This issue appears to be fixed with the new Homebrew version of rawtoaces.