























That did the trick, thank you! I was just weary as to why they would have dropped the pbs-no-subscription from the path and if both the binaries are the same, but I guess time will tell.
ps. Thanks for maintaining this, appreciate it!
JamesArchibald, think I fixed it with 8ebb01e. Can you try again?
Thanks Behem0th for the hint. I pushed a new commit applying your patch.
On the latest updated Arch PBC crashes with this error:
proxmox-backup-client: error while loading shared libraries: libfuse3.so.3: cannot open shared object file: No such file or directory
root-> ls -l /usr/lib/libfuse3*
lrwxrwxrwx 1 root root 13 мар 25 08:53 /usr/lib/libfuse3.so -> libfuse3.so.4
-rwxr-xr-x 1 root root 255K мар 25 08:53 /usr/lib/libfuse3.so.3.17.1
lrwxrwxrwx 1 root root 18 мар 25 08:53 /usr/lib/libfuse3.so.4 -> libfuse3.so.3.17.1
For solve this issue i know 2 way
1`st Create link
ln -s usr/lib/libfuse3.so usr/lib/libfuse3.so.3
2`nd Patch elf
patchelf --replace-needed libfuse3.so.3 libfuse3.so /usr/bin/proxmox-backup-client
This is my first AUR package, so there might be errors. Feel free to point them out so I can fix them!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
JamesArchibald,
They probably didn't. I recently came back to updating this package and noticed that there's actually a root-level
pbs-clientrepo, so I went ahead and changed the URL to point there (since that package might have differences that make it more compatible or something), but when changing the URL I only updated one part of it and not the other.