Skip to content

Commit 6eea329

Browse files
author
pieterdd
committed
Add missing openssl-sys dependency
This fixes "Can't locate IPC/Cmd.pm in @inc (you may need to install the IPC::Cmd module)" issues in the build.
1 parent 49da881 commit 6eea329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! $ sudo apt-get install pkg-config libssl-dev
4545
//!
4646
//! # Fedora
47-
//! $ sudo dnf install pkg-config perl-FindBin openssl-devel
47+
//! $ sudo dnf install pkg-config perl-FindBin perl-IPC-Cmd openssl-devel
4848
//!
4949
//! # Alpine Linux
5050
//! $ apk add pkgconfig openssl-dev

0 commit comments

Comments
 (0)