> On 10 Nov 2020, at 14:47 , Marsh, Chris wrote:
>
> I just checked on my machine and I have Armadillo 10.1.0 and GDAL 3.1.3 from
> homebrew core and running `ogr2ogr` returns the help page correctly.
>
> Looking at the formula, and I don't even see a dependency on Armadillo for
> GDAL
> http
Sean wrote:
> If some other homebrew package updated your armadillo library after you
> installed gdal, you'll need to reinstall gdal.
A simple uninstall/reinstall of osgeo/gdal did _not_ do the trick, and all the
bottles in the current .rb have the hash, so I assume they're all the same, so
I'
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
I use homebrew to install both gdal2 and its dependencies, like osgeo-proj.
This morning I updated the latter and started getting the following error from
ogr2ogr:
dyld: Library not loaded: /usr/local/opt/osgeo-proj/lib/libproj.15.dylib
Referenced from: /usr/local/bin/ogr2ogr
Update to the homebrew formula to include expat as a dependency has solved the
problem.
John
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
>> wrote:
>> On lundi 19 novembre 2018 14:12:02 CET John Muccigrosso wrote:
>> > Right after I upgraded to gdal2 2.3.2 via Homebrew a few weeks ago, I
>> started getting the following error:
>> > > ERROR 6: OGR/GeoRSS driver has not been built with read support
Right after I upgraded to gdal2 2.3.2 via Homebrew a few weeks ago, I started
getting the following error:
> ERROR 6: OGR/GeoRSS driver has not been built with read support. Expat
> library required
This is the command that generates it:
> ogr2ogr -f csv sheet.csv sheet.xml
Not sure where to