Skip to content

Official godot_x11 binaries can't locate libssl.so.1.0.0 on Fedora #1391

Closed
@q2dg

Description

@q2dg

The error is:

./godot_x11-1.0stable.64: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

After doing ln -s /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0 , I get this error:

./godot_x11-1.0stable.64: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

After doing ln -s /usr/lib64/libssl.so /usr/lib64/libssl.so.1.0.0 , I get this error:

./godot_x11-1.0stable.64: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./godot_x11-1.0stable.64)
./godot_x11-1.0stable.64: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./godot_x11-1.0stable.64)

I'm running a Fedora 21 system (64 bits, of course) with Openssl 1.0.1k installed (stock version from official repository)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions