erthink/ReOpenLDAP

nspr4/nspr.h and nss3/nss.h on CentOS7/RHEL7

erthink opened this issue · 1 comments

tls_m.c:72:23: fatal error: nspr/nspr.h: No such file or directory
#include <nspr/nspr.h>
                     ^
compilation terminated.
tls_m.c:93:22: fatal error: nss/nss.h: No such file or directory
# include <nss/nss.h>
                    ^
compilation terminated.
# locate nspr.h
/usr/include/nspr4/nspr.h

# locate nss.h
/usr/include/nss3/nss.h

fixed in the 'devel' branch.