That looks like the app won’t work because it looks like it relies on OpenSSL 1.0 or 1.1. Both of which are not available in Rocky 9. Now if you were using Rocky 8, you would be fine:
[root@rocky8 ~]# dnf provides */libssl.so.10
Last metadata expiration check: 4:15:30 ago on Tue 21 May 2024 06:49:59 AM CEST.
compat-openssl10-1:1.0.2o-4.el8_6.i686 : Compatibility version of the OpenSSL library
Repo : appstream
Matched from:
Filename : /usr/lib/libssl.so.10
compat-openssl10-1:1.0.2o-4.el8_6.x86_64 : Compatibility version of the OpenSSL library
Repo : appstream
Matched from:
Filename : /usr/lib64/libssl.so.10
As you can see compat-openssl package exists which provides that library. Use Rocky 8 instead or ask the vendor to update their application to support OpenSSL 3 which Rocky 9 has.
Thank you so much for your help.
I have given up on this App for it is not compatible with Rocky Linux.
My problem now is i need to find a way to control my USB-2 port (probably via C++) from my Rocky Linux. I need to create a custom software (probably C++) that can send signals out of my USB-2 port to stimulate an external custom electronic device.
Does anyone have an idea how i can code this my self?
or if there is a library available for Rocky9 which enables this?
Firstly, this is why closed source binaries are a waste of time (stuck on an old version of open ssl). If it’s open source, show me where the source code is.
Secondly, if you’ve paid for it, or signed up for it, you should let them know the issues with shared libraries. Maybe they can rebuild it, but in the end it will still be useless because it’s still closed source.