Replies: 2 comments
-
Installing PHP 8.0.11 works flawlessly, hmm |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like OpenSSL version 3.0 on beta right now, cuz release date is 7 Sept, I think that is a temporary problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that the version 3 of OpenSSL is causing trouble when trying to install PHP 7.4.24.
Running the install command
asdf install php 7.4.24
gives me the errorerror: use of undeclared identifier 'RSA_SSLV23_PADDING'
.To fix this, I modified the install script locally and pinpointed the OpenSSL version to 1.1 by replacing
openssl
with[email protected]
. Unfortunately, this results in further issues with the linker:Does anybody else encounter the same issue as me? Tips on how to fix this are appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions