dreamworksanimation / openmoonray

MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
https://openmoonray.org/
Apache License 2.0
4.31k stars 251 forks source link

libssl.so.10 cannot open shared object #85

Open bodibod opened 1 year ago

bodibod commented 1 year ago

Hello I got this error when launching a render via terminal: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

Where should I ln the lissl I already have ? And I installed libssl.so.10 actually

thank you,

Tanguy

BrianHanke commented 1 year ago

Depends on your distro, but this worked for me on RHEL 8.7:

sudo dnf install openssl-devel compat-openssl10

nequine commented 1 year ago

Some extra information on what system you're using would help.

I ran into the same issue while trying to run Brian's build but on fedora 37. Sadly compat-openssl10 is not maintained for it anymore but I did resolve the error by symlinking libssl.so.1.1 to libssl.so.10.

But after that I runned into another similar issue error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory. I tried to symlink again but here it just triggered another one /lib64/libcrypto.so.10: versionlibcrypto.so.10' not found (required by /installs/openmoonray/bin/../lib64/libcommon_grid_util.so)`

Seems like I am in a dead end.

bodibod commented 1 year ago

Hey Hank and Nequine, back from weekend. I tried the compat one but it gives me an error because already have something similar installed. Seems a never end story this install... I will try the symlink though, DW guys answered me, I have to read what he said.

bodibod commented 1 year ago

Give me this error:

[tang@render-1 ~]$ sudo dnf install openssl-devel compat-openssl10 Last metadata expiration check: 0:00:41 ago on Mon 03 Apr 2023 03:31:49 PM PDT. Package openssl-devel-1:1.1.1k-9.el8_7.x86_64 is already installed. Package compat-openssl10-1:1.0.2o-4.el8_6.i686 is already installed. Dependencies resolved.

Package Architecture Version Repository Size

Installing: compat-openssl10 x86_64 1:1.0.2o-4.el8_6 appstream 1.1 M

Transaction Summary

Install 1 Package

Total download size: 1.1 M Installed size: 2.9 M Is this ok [y/N]: y Downloading Packages: [MIRROR] compat-openssl10-1.0.2o-4.el8_6.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirror.atl.genesisadaptive.com/rocky/8.7/AppStream/x86_64/os/Packages/c/compat-openssl10-1.0.2o-4.el8_6.x86_64.rpm [Recv failure: Connection reset by peer] compat-openssl10-1.0.2o-4.el8_6.x86_64.rpm 1.6 MB/s | 1.1 MB 00:00

Total 968 kB/s | 1.1 MB 00:01
Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction test error: file /usr/lib/.build-id/7b/b58c473d7139e785790ba04ff391537f6dd1f9 from install of compat-openssl10-1:1.0.2o-4.el8_6.x86_64 conflicts with file from package Maya2024_64-2024.0-4640.x86_64 file /usr/lib/.build-id/97/f01bd6cb968372c03fea6fc7c0806adbf40ba0 from install of compat-openssl10-1:1.0.2o-4.el8_6.x86_64 conflicts with file from package Maya2024_64-2024.0-4640.x86_64

bodibod commented 1 year ago

Some extra information on what system you're using would help.

I ran into the same issue while trying to run Brian's build but on fedora 37. Sadly compat-openssl10 is not maintained for it anymore but I did resolve the error by symlinking libssl.so.1.1 to libssl.so.10.

But after that I runned into another similar issue error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory. I tried to symlink again but here it just triggered another one /lib64/libcrypto.so.10: versionlibcrypto.so.10' not found (required by /installs/openmoonray/bin/../lib64/libcommon_grid_util.so)`

Seems like I am in a dead end.

@nequine ... did same and ended up in the same spot. Dark one on top of that. I can't spend too much time trying to install that dude. I read that they are porting their system to rocky 9 at DW and they will publish a release targeted for Rocky9. Would be dope. Or just a freaking Flatpack would be dope as well.

Tanguy

BrianHanke commented 1 year ago

publish a release targeted for Rocky9

Ha, well that would sure help a lot! Hope they do it.

kjeffery commented 1 year ago

I read that they are porting their system to rocky 9 at DW and they will publish a release targeted for Rocky9.

Soon. ;)

bodibod commented 1 year ago

That is dope indeed :) Looking forward Sent from my iPhoneOn Jul 12, 2023, at 12:24 PM, Keith Jeffery @.***> wrote:

I read that they are porting their system to rocky 9 at DW and they will publish a release targeted for Rocky9.

Soon. ;)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

CrAcKy-glitch commented 3 months ago

i got the same prb i was trying to put my application to prod and this never ending error doesnt seem to go at all