alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Freebsd build fails. #93

Open vi opened 3 years ago

vi commented 3 years ago

Shows

  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /u/vi/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-src-111.15.0+1.1.1k/src/lib.rs:469:39

after output of OpenSSL's perl-based config script output when run on FreeBSD.

yaleman commented 3 years ago

I found I was missing make when this happened...