使用 ogr2ogr 安装 GDAL 时出错
Error during installation of GDAL with ogr2ogr
在这里,我正在尝试绘制我的国家的地图,为此我得到了一篇文章 http://bost.ocks.org/mike/map/ 并且我已经安装了这里所说的所有工具,就像我是 ubuntu 的用户一样14.04,linux 的自制程序,即 linuxbrew,然后通过 linuxbrew,我安装了(地理空间数据抽象库)gdal,因为这里说 gdal 安装了 ogr2ogr.but用
检查时
which ogr2ogr , then i did not respond to anything.
then , i tried ..
locate ogr2ogr ,then i also did not respond to anything.
but before the installation complete the error message was as follows..
==> 检查
make[2]: * [check-am] 错误 2
make[2]: 离开目录 /tmp/libspatialite20150624-14363-fi3prm/libspatialite-4.2.0/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
/tmp/libspatialite20150624-14363-fi3prm/libspatialite-4.2.0/test'
make: * [检查递归] 错误 1
我们将不胜感激...
ogr2ogr
是 GDAL 中的一个工具,可作为 Ubuntu (here is the package metadata) 的软件包提供。
以 root 身份使用此命令安装它:
sudo apt-get install gdal-bin
应该安装 GDAL 工具和所需的所有依赖项。
在这里,我正在尝试绘制我的国家的地图,为此我得到了一篇文章 http://bost.ocks.org/mike/map/ 并且我已经安装了这里所说的所有工具,就像我是 ubuntu 的用户一样14.04,linux 的自制程序,即 linuxbrew,然后通过 linuxbrew,我安装了(地理空间数据抽象库)gdal,因为这里说 gdal 安装了 ogr2ogr.but用
检查时which ogr2ogr , then i did not respond to anything. then , i tried ..
locate ogr2ogr ,then i also did not respond to anything. but before the installation complete the error message was as follows..
==> 检查
make[2]: * [check-am] 错误 2
make[2]: 离开目录 /tmp/libspatialite20150624-14363-fi3prm/libspatialite-4.2.0/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
/tmp/libspatialite20150624-14363-fi3prm/libspatialite-4.2.0/test'
make: * [检查递归] 错误 1
我们将不胜感激...
ogr2ogr
是 GDAL 中的一个工具,可作为 Ubuntu (here is the package metadata) 的软件包提供。
以 root 身份使用此命令安装它:
sudo apt-get install gdal-bin
应该安装 GDAL 工具和所需的所有依赖项。