CAIDA / commoncrawl-host-ip-mapper

Crawler that retrieves commoncrawl's crawled hosts and their corresponding IPs
Other
16 stars 1 forks source link

Build errors v0.2.14 #3

Open Techrese opened 1 month ago

Techrese commented 1 month ago

when trying to build the project with cargo build --release i'm getting this error.

Screenshot 2024-08-04 122401

digizeph commented 1 month ago

Looks like you're using a Windows machine. Unfortunately, I do not have any windows test machines available. The code builds well on my mac m1 machine with --release flag set on a fresh checkout.

...
   Compiling cc-host-mapper v0.1.0 (/private/tmp/commoncrawl-host-ip-mapper)
    Finished `release` profile [optimized] target(s) in 14.67s
Techrese commented 1 month ago

i tried to use my ubuntu laptop however here I get 'failed to find openssl development headers' Ihave installed openssl-dev package and the OPENSSLDIR enviroment variable is set but still getinng the error after a reboot