-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi. I tried using your ASTool on fedora 35 but it fails because of lack of a compatible ssl library. I used strace to figure out what's trying to use and I see this:
[pid 334873] openat(AT_FDCWD, "/lib64/libssl.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 334873] openat(AT_FDCWD, "/usr/lib64/libssl.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
This seems to be aligned by the fact that on Fedora 35 openssl is at
lrwxrwxrwx. 1 root root 16 Sep 15 16:21 /usr/lib64/libssl.so.1.1 -> libssl.so.1.1.1l -rwxr-xr-x. 1 root root 653472 Sep 15 16:21 /usr/lib64/libssl.so.1.1.1l
Do you think you could recompile the release?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels