Closed hymie0 closed 5 months ago
Hey @hymie0,
You require the following build dependencies: Ubuntu/Debian based
sudo apt install libtirpc3
RHEL/Rocky Linux 8 and RPM based
sudo yum install libtirpc
and rpcgen
from epel-release
here's what worked for me when I started to check this out
sudo dnf install epel-release
sudo dnf config-manager --set-enabled powertools
sudo dnf update
sudo dnf rpcgen
I have documented some of my findings to be updated on the documentation in here: https://github.com/konidev20/explore-amanda/tree/main/guides
Do let me know if its' helpful.
Development Dependencies | Wiki Zmanda
PS: This needs to be updated.
I am neither Ubuntu nor RedHat. I am Slackware. I have tirpc and rpcgen installed, but neither of those packages include the ndmp0.h nmdp2.h etc files that used to appear inside the ndmp-src directory. I ended up building --without-ndmp
I am neither Ubuntu nor RedHat. I am Slackware. I have tirpc and rpcgen installed, but neither of those packages include the ndmp0.h nmdp2.h etc files that used to appear inside the ndmp-src directory. I ended up building --without-ndmp
Okay, --without-ndmp
means you will not be able to back up to tape.
There are no pending action items from our end.
ndmp-src/ndmprotocol.h includes these lines
but none of these files exist in the source tree.