Skip to content

Commit

Permalink
machines/fedora41: install openssl-devel-engine
Browse files Browse the repository at this point in the history
Building rust/download_web with curl requires
/usr/include/openssl/engine.h, now provided in package
openssl-devel-engine:

    The following warnings were emitted during compilation:

    warning: [email protected]+curl-8.9.0: curl/lib/vtls/openssl.c:103:10: fatal error: openssl/engine.h: No such file or directory
    warning: [email protected]+curl-8.9.0:   103 | #include <openssl/engine.h>
    warning: [email protected]+curl-8.9.0:       |          ^~~~~~~~~~~~~~~~~~
    warning: [email protected]+curl-8.9.0: compilation terminated.

    error: failed to run custom build command for `curl-sys v0.4.74+curl-8.9.0`
  • Loading branch information
fishilico committed Aug 16, 2024
1 parent 1631714 commit 49593da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machines/Dockerfile-fedora41
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
openssh \
openssl \
openssl-devel \
openssl-devel-engine \
perl-Getopt-Long \
perl-Term-ANSIColor \
pkgconf \
Expand Down

0 comments on commit 49593da

Please sign in to comment.