Open vi opened 3 years ago
You are correct to state that rd
executable is not self contained. It needs some support files. Agree -- it would be great if there were better messages here.
(Now that you are aware what the issue is, have you been able to get rd
to run properly? What distro are you using?)
Yes, it runs properly if started from a symlink that goes to /full/path/to/rd/target/release/rd
. It's amd64 Debian 11 bullseye.
Thanks for the info -- Good to know that its working on Debian 11 amd64.
You can also run the ./install.sh
script. This will avoid any need for manual symlinking.
If I, thinking that
rd
executable is self-contained and does not require any accessories, copytarget/release/rd
to some~/bin/
and try recording something, I get rather long error output:and if locks up until I ^C.
I think
rd
should detect absence of required files earlier and provide nicer error message about installation method being wrong.