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
I have come across this error once installed from deb package:
chatgpt: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I have checked and I have these ssl libraries installed
libssl-dev
libssl3
however, it won't run with the above error.
Can you please help me find out what I need to have installed?
My build:
Linux jav-mint 5.15.0-70-generic #77-Ubuntu SMP Tue Mar 21 14:02:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Same here. Mint 21 too. Issue seems to be related to the linked OpenSSL version. I finally ended up with the error
chatgpt: /lib/x86_64-linux-gnu/libssl.so.1.1: version `OPENSSL_1_1_0' not found (required by chatgpt)
chatgpt: /lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by chatgpt
while Mint 21 is using openssl OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022), 1.1.0 went EOL 10 September 2019 (https://en.wikipedia.org/wiki/OpenSSL)
Hi,
I have come across this error once installed from deb package:
chatgpt: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I have checked and I have these ssl libraries installed
however, it won't run with the above error.
Can you please help me find out what I need to have installed?
My build:
Linux jav-mint 5.15.0-70-generic #77-Ubuntu SMP Tue Mar 21 14:02:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: