Replies: 6 comments 6 replies
-
I found what happened on the yum install so I paste it here if it helps :
|
Beta Was this translation helpful? Give feedback.
-
also trid to build with the 18.6.6 da vinci resolve, even worst, it tells me |
Beta Was this translation helpful? Give feedback.
-
So I am running in ubuntu 24.04 LTS. I am able to run successfully without any dependency warning. Moreover I don't see an explicit requirement for it: $ ldd /opt/resolve/bin/resolve | grep libtld.so.7
$ (shows nothing) In fact I searched the whole container for The only libraries that contain ".7" that are required are:
If you try the Which version specifically of the .zip did you download, and what is your hardware? Are you running Linux Mint directly on the hardware or via some kind of VM or emulator? It looks like this file is in libtool-ltdl, so, what was the result when you tried installing? I'm assuming it didn't work, but did the error change at all? $ dnf install libtool-ltdl.x86_64 If that doesn't put the file in Remember that with a container, once you exit, anything you installed won't be there the next time, unless you change the FWIW I see here that it WAS required back in 2018. Are you using a recent .zip? Hope something here will be helpful. |
Beta Was this translation helpful? Give feedback.
-
Hello, and thanks for the quick answer, much appreciated. first I installed with DaVinci_Resolve_Studio_17.0_Linux.zip then, I realised (when I tried to install straight on mint) that this is the pay (studio) version, so i searched for a free one, but only found the latest from blackmagic which is DaVinci_Resolve_18.6.6_Linux.zip the 18.6.6 install straight on linux mint doesn't work, I get stuck on the first splash screen, so the centos container is definitely the way to go So I tried to build with this 18.6.6 zip, but it's even worst, install process completes fine, no problem, but then it doesn't launch at all, saying I need to do the dockerfile first. BTW, I run my linux mint directly on the hardware. It seems the GPU nvidia is well recognised, as per the test you suggest to do. I just downloaded a 17.4.6 version, and tried with that. no good :
and at the end :
don't really know what to do from here regards Nicolas |
Beta Was this translation helpful? Give feedback.
-
This is terrific news! Congrats! You may notice some issues with sound on linux-- you just need to do a conversion to an audio format that is supported. Not sure what the blank launch screen was about, but maybe restarting helped clear it out of whatever it was getting stuck on... I'd love an addition to the README-- feel free to contribute a section with the probelm and your solution (I figure you can say it more accurately and completely than I can) and submit a PR! Woo! Glad it's working. Enjoy and hopefully you'll find this is a big step up from lightworks. |
Beta Was this translation helpful? Give feedback.
-
Gee, I'm not sure because I have the Studio version (well worth the money). Have you tried transcoding using a different container such as .mov to see if it plays? Also, are you able to play videos with other apps like VLC? As for the readme-- you can fork the repository, make any additions & corrections and then when you send it back to your repository, you should see a "submit PR (Pull Request)" button. That will allow me to review it and suggest any changes and finally when it's perfect, I can accept the pull request and it will become part of the official repository :) Ideally you can "squish" everything into a single commit which I can accept as "changes to README to cover xyz." In fact, you can make your changes on your own repository right from the github web site by clicking the "edit" button and making your changes (don't forget to save it)... then make sure you agree with the project license and submit that as a pull request. The only thing I ask is that you make your additions "fit" into the current README style so that it fits in seamlessly. But any changes you contribute will be much appreciated by everyone who uses this project, so thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for all the great work.
I am new to podman, I followed all instructions and everything seemed to work, installing on a linux mint 21.3.
when I try ./resolve.sh, I get the following :
I tried in the container to do
sudo yum install libltdl.so.7
again, it installed three packages, including libtool if I remember correctly the name, but doesn't help.
Can anyone help me with this?
I also tried to install directly resolve on linux mint, it worked but it doesn't lauch more than the spashscreen, so I believe the container is the way to go.
Many thanks
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions