2

我目前正在制作一张地图,但我在安装 GDAL 时遇到了困难。这是控制台输出:

brew doctor
Your system is raring to brew.
Toms-MacBook-Pro:~ tomstove$ brew install gdal
==> Installing gdal dependency: sqlite
==> Downloading http://sqlite.org/2013/sqlite-autoconf-3071600.tar.gz
###################################                                       49.8%
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
Error: Download failed: http://sqlite.org/2013/sqlite-autoconf-3071600.tar.gz

我在运行 Mountain Lion 的 Mac 上,所以应该已经安装了 sqlite。任何帮助将非常感激。

谢谢,汤姆

4

2 回答 2

6

http://sqlite.org/不支持简历下载。去

cd /Library/Caches/Homebrew 或者如果您配置了其他位置: brew --cache

并删除所有不完整下载的 sqlite 文件(如rm sqlite*)。

然后尝试 brew install sqlite

于 2013-04-04T10:36:40.047 回答
2

我遇到了同样的问题,并且能够通过更新自制软件进行安装。

brew update

如果您在运行 brew update 时遇到问题,您可能需要获取来源: brew update:以下未跟踪的工作树文件将被合并覆盖:

于 2013-03-27T16:23:44.080 回答