edit 3-4: This is resolved, this issue is caused by a problem on my HTPC. Haven’t quite tracked down what but when I run waypipe --version
there I see the same bug I get on my Nix machine. While the Nix machine just posts the version. I’ll update this for posterity when I finally get it running in case someone finds it.
edit 5: I uninstalled waypipe and reinstalled waypipe from the AUR I’m not sure why I was getting that error and not something more helpful.
Hi folks, I’ve been trying to connect to my HTPC running Arch via waypipe ssh user@server
. SSH works fine on it’s own but I get this error when running the above command:
waypipe: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory
Troubleshooting steps
- I downloaded the unstable waypipe package, verified I had the minor version bump and received the same error
- tried adding ffmpeg to my nix packages
- had a look at the source for waypipe.
I searched around and found this arch forum post. I’m unfamiliar with how to go about updating waypipe’s dependencies. I looked into overriding packages but I’m having trouble parsing where that configuration should go. Looking at waypipe’s source I don’t see any inputs.
I’m not sure I’m headed down the correct path here. Any guidance on the best way to solve this problem?
NixOS version: 24.05.3914.c3d4ac725177 (Uakari)
I’m running home-manager as well. I’ve tried installing using both configs and ran into the same issue.