gssapi/gssapi.h: No such file or directory on Centos 7.6
Posted on October 7, 2019 • 1 minutes • 69 words • Suggest Changes
Library missing during install of MongoDB :
gssapi/gssapi.h: No such file or directory
On Centos 7.6 it gets fixed by :
yum install krb5-devel.x86_64
krb5 is a development package for kerberos, a network authentication system;
Kerberos is a network authentication system. The krb5-devel package contains the header files and libraries needed for compiling Kerberos 5 programs. If you want to develop Kerberos-aware programs, you'll need to install this package.