Skip to content

./configure error when checking wandio HTTP support #110

Description

@jiaoqiyuan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions