I've just started getting this error when I try to use ogr2ogr: dyld: Library not loaded: /usr/local/opt/armadillo/lib/libarmadillo.9.dylib Referenced from: /usr/local/bin/ogr2ogr Reason: image not found
Presumably this is because armadillo is up to version 10 in my system: > ll /usr/local/opt/armadillo/lib/ total 576 drwxr-xr-x 6 username staff 192 Oct 28 09:06 . drwxr-xr-x 10 username staff 320 Oct 28 09:06 .. -r--r--r-- 1 username staff 293580 Oct 28 09:06 libarmadillo.10.1.1.dylib lrwxr-xr-x 1 username staff 25 Oct 28 09:06 libarmadillo.10.dylib -> libarmadillo.10.1.1.dylib lrwxr-xr-x 1 username staff 21 Oct 28 09:06 libarmadillo.dylib -> libarmadillo.10.dylib drwxr-xr-x 3 username staff 96 Oct 28 09:06 pkgconfig I've installed goal via homebrew. Thanks for any help. John _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
