- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure on Fedora 41 #2381
Comments
Sure, a PR sounds good.
…On Tue, Mar 11, 2025 at 6:02 AM Florian Didron ***@***.***> wrote:
Hello,
With a fresh install of Fedora 41, I ran into the following build failure
--- stderr
Can't locate File/Compare.pm in @inc (you may need to install the File::Compare module) ***@***.*** entries checked: /usr/local/lib64/perl5/5.40 /usr/local/share/perl5/5.40 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at configdata.pm line 20755.
BEGIN failed--compilation aborted at configdata.pm line 20755.
thread 'main' panicked at /home/florian/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.1.6+3.1.4/src/lib.rs:585:9:
I was able to fix the issue by installing this: dnf install
perl-File-Compare
Happy to do a PR to mention this dep here:
https://docs.rs/openssl/latest/src/openssl/lib.rs.html#48 If you think
this is worthy.
—
Reply to this email directly, view it on GitHub
<#2381>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBB63JKESUSAPOAUOEL2T2YDLAVCNFSM6AAAAABYYOJ6GCVHI2DSMVQWIX3LMV43ASLTON2WKOZSHEYDSOJQHAYDSNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: fdidron]*fdidron* created an issue (sfackler/rust-openssl#2381)
<#2381>
Hello,
With a fresh install of Fedora 41, I ran into the following build failure
--- stderr
Can't locate File/Compare.pm in @inc (you may need to install the File::Compare module) ***@***.*** entries checked: /usr/local/lib64/perl5/5.40 /usr/local/share/perl5/5.40 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at configdata.pm line 20755.
BEGIN failed--compilation aborted at configdata.pm line 20755.
thread 'main' panicked at /home/florian/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.1.6+3.1.4/src/lib.rs:585:9:
I was able to fix the issue by installing this: dnf install
perl-File-Compare
Happy to do a PR to mention this dep here:
https://docs.rs/openssl/latest/src/openssl/lib.rs.html#48 If you think
this is worthy.
—
Reply to this email directly, view it on GitHub
<#2381>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBB63JKESUSAPOAUOEL2T2YDLAVCNFSM6AAAAABYYOJ6GCVHI2DSMVQWIX3LMV43ASLTON2WKOZSHEYDSOJQHAYDSNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
With a fresh install of Fedora 41, I ran into the following build failure
I was able to fix the issue by installing this:
dnf install perl-File-Compare
Happy to do a PR to mention this dep here: https://docs.rs/openssl/latest/src/openssl/lib.rs.html#48 If you think this is worthy.
The text was updated successfully, but these errors were encountered: