Open bodibod opened 1 year ago
Depends on your distro, but this worked for me on RHEL 8.7:
sudo dnf install openssl-devel compat-openssl10
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: version
libcrypto.so.10' not found (required by /installs/openmoonray/bin/../lib64/libcommon_grid_util.so)`
Seems like I am in a dead end.
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.
Give me this error:
Installing: compat-openssl10 x86_64 1:1.0.2o-4.el8_6 appstream 1.1 M
Install 1 Package
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
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 symlinkinglibssl.so.1.1
tolibssl.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: version
libcrypto.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
publish a release targeted for Rocky9
Ha, well that would sure help a lot! Hope they do it.
I read that they are porting their system to rocky 9 at DW and they will publish a release targeted for Rocky9.
Soon. ;)
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: @.***>
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
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