Hi Andreas,
I'm facing the same errors.
Searching for answers on "/usr/bin/rpmbuild is needed by B1ServerToolsSupport-9.2018008-0.x86_64" led me to this post.
I have successfully installed libgcrypt following the SAP Note: https://launchpad.support.sap.com/#/notes/2458610
So I'm down to just one dependency error.
good day Guys
i have another issue when i use the Zypper cmd. i get the error no provider of rpmbuild found. nothing to do.
any help please
Hi Guys,
You can type
sudo zypper search --installed-only | grep libgcrypt
to find all your installed libgcrypt modules
If you do not have
i | compat-libgcrypt11 | The GNU Crypto Library | package
in your results, then you need to install the /lib64/libgcrypt.so.11.7.0 module, simply by runnning
sudo zypper install libgcrypt
This should solve it.
Add comment