Skip to content
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

openssl 3.1.1 cannot run normally after compiling, including the rpm package downloaded from github #11

Closed
ssdsl0126 opened this issue Jun 28, 2023 · 2 comments

Comments

@ssdsl0126
Copy link

image

@philyuchkoff
Copy link
Owner

Check here, please.

@philyuchkoff philyuchkoff closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2023
@philyuchkoff philyuchkoff reopened this Aug 2, 2023
dmitry-j-mikhin added a commit to dmitry-j-mikhin/openssl-RPM-Builder that referenced this issue Aug 29, 2023
Looks like links were wrongly copy-pasted from openssl1.1 spec.
So openssl fails with following error:
  $ openssl version
  openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
After fix openssl works correctly:
  $ openssl version
  OpenSSL 3.1.2 1 Aug 2023 (Library: OpenSSL 3.1.2 1 Aug 2023)
@dmitry-j-mikhin
Copy link
Contributor

Problem still exist and can be reproduced by following command:

$ docker run -it --rm centos:7 sh -c "rpm -i --nodeps https://github.com/philyuchkoff/openssl-RPM-Builder/releases/download/3.1.2/openssl-3.1.2-1.el7.x86_64.rpm && openssl version"
openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Wrong links were used in openssl3 package. They were fixed in #13 PR, new package can be tested with following command:

$ docker run -it --rm centos:7 sh -c "rpm -i --nodeps https://github.com/dmitry-j-mikhin/openssl-RPM-Builder/releases/download/3.1.2/openssl-3.1.2-1.el7.x86_64.rpm && openssl version"
OpenSSL 3.1.2 1 Aug 2023 (Library: OpenSSL 3.1.2 1 Aug 2023)

philyuchkoff added a commit that referenced this issue Aug 29, 2023
Correct installed links in case of openssl3, fix #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants