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

Error - Debian 12 - libcrypto.so.1.1: cannot open shared object file #37

Open
tzitzimime opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@tzitzimime
Copy link

Apache log error on start on Debian fresh installation:

PHP Warning: PHP Startup: Unable to load dynamic library 'jwt.so' (tried: /usr/lib/php/20220829/jwt.so (libcrypto.so.1.1: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/jwt.so.so (/usr/lib/php/20220829/jwt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

I do a symbolic link but this does not work:

sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.3 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1

PHP Warning: PHP Startup: Unable to load dynamic library 'jwt' (tried: /usr/lib/php/20220829/jwt (/usr/lib/php/20220829/jwt: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/jwt.so (/lib/x86_64-linux-gnu/libcrypto.so.3: version 'OPENSSL_1_1_0' not found (required by /usr/lib/php/20220829/jwt.so))) in Unknown on line 0

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

1 participant