You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: