ngx-rust-howto icon indicating copy to clipboard operation
ngx-rust-howto copied to clipboard

Build Fails

Open jmccl opened this issue 1 year ago • 0 comments

When I run 'cargo build' I get the following

   ...
   Compiling sct v0.7.1
   Compiling ureq v2.9.1
   Compiling nginx-sys v0.1.0
error: failed to run custom build command for `nginx-sys v0.1.0`

Caused by:
  process didn't exit successfully: `/ngx-rust-howto/target/debug/build/nginx-sys-e48709ba40c61491/build-script-build` (exit status: 1)
  --- stderr
  Error: Status(404, Response[status: 404, status_text: Not Found, url: https://www.zlib.net/zlib-1.2.13.tar.gz.asc])

This is in a debian:bookworm docker container.

jmccl avatar Jan 08 '24 21:01 jmccl