-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
When I execute ./configure there is a config error:
configure: ---- BGPStream configuration ----
checking whether to build with data interface: broker... yes
checking whether to build with data interface: singlefile... yes
checking whether to build with data interface: csvfile... yes
checking whether to build with data interface: sqlite... no
configure: checking data interface dependencies...
checking for wandio HTTP support... configure: error: wandio HTTP support required. Ensure you have a working Internet connection and that libcurl is installed before building wandio.
The website https://broker.bgpstream.caida.org/v1/ in configure file can not be accessed, it worked when I replace it with http://www.apple.com/library/test/success.html.
#include <wandio.h>
int main() {
io_t *file = wandio_create("https://broker.bgpstream.caida.org/v1/");
return (file == NULL);
}
Is seems that your website https://broker.bgpstream.caida.org/v1/ has broken down.
Metadata
Metadata
Assignees
Labels
No labels