I am attempting to install a Jabber (IM server) into one of my servers.
I'm at the point where I do the ./configure
Result:
checking for GnuTLS... checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNUTLS... no
No package 'gnutls' found
configure: error: Couldn't find required GnuTLS installation
I have used yum to install the following packages:
gnutls-utils.i386
xmlsec1-gnutls.i386
When I run the ./configure again I still get the above error, is there something further I have to do after using yum to install the packages so the configure will find it in the /usr/bin/pkg-config file?
Found out why the /usr/bin/pkg-config can't find the gnutils packages installed; needed to install the gnutls developer packages - they use the pkg-config.
Can't seem to find libpth-devel package using yum - any help on this?
