- 积分
- 24093
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-8-18
- 最后登录
- 1970-1-1
|
发表于 2023-7-20 23:40:28
|
显示全部楼层
The problem you are running into is that you do not have curl installed on your
system. curl is required if you would like to use the DAP protocol for
accessing data through OPeNDAP. If you do not need this functionality, simplpy
pass --disable-dap to the configure script. If you would like DAP support, you
will need to install curl. In Ubuntu, use apt-get to install
libcurl4-openssl-dev (that should pull in what you need)
试试吧 |
|