I was trying to install rsyslog on sles 11 sp3 for vmware. As there is no internet availability i couldn’t be able to download using internet. So i tried to download rpm package and install it.
localhost:~/bharanik # rpm -ivh rsyslog-3.20.5-0.x86_64.rpm
error: Failed dependencies:
gnutls-devel >= 1.4.1 is needed by rsyslog-3.20.5-0.x86_64
localhost:~/bharanik # rpm -ivh gnutls-1.4.1-2.x86_64.rpm
warning: gnutls-1.4.1-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 897da07a
Preparing… ########################################### [100%]
package gnutls-1.4.1-2.x86_64 is already installed
localhost:~/bharanik # rpm -ivh gnutls-devel-1.4.1-2.x86_64.rpm
warning: gnutls-devel-1.4.1-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 897da07a
error: Failed dependencies:
libgcrypt-devel is needed by gnutls-devel-1.4.1-2.x86_64
I couldn’t be able to find the libgcrypt-devel package on the internet for this machine. If anyone could help that could be great.