Skip to content

Support for newer openssl releases on linux #4

@zuzzurro

Description

@zuzzurro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions