Open fleetingbytes opened 6 months ago
Looks like this might be relevant :thinking: : https://github.com/sfackler/rust-openssl/issues/2019
Ah I see you have a ticket open over there as well, will see if they find something on that ticket.
Had the same problem as you. Turned out it is not related to directory, just install make
I cannot build the openssl-sys 0.9.101 dependency on FreeBSD 14, amd64.
this happens when I run
cargo build
In my error output I find it suspicious that in the line starting with "running cd" there is an option
"--openssldir=/usr/local/ssl"
yet on my system the openssl is installed in/usr/local/openssl
. Maybe this path discrepancy is what caused the "No such file or directory" error.Is there a way how I can change this custom build command for
openssl-sys v0.9.101
?