Hi,
I'm having some issues building Santuario for Solaris.
I'm following the instructions on santuario page for Unix and I'm having
error while running configure.
My configure command is:
./configure
--prefix=/export/home/hrodrigu/dev/apache/santuario/xml-security-c-1.6.1
--exec-prefix=/export/home/hrodrigu/dev/apache/santuario/xml-security-c-1.6.1
CC=/usr/local/bin/gcc
--without-xalan
--with-nss=/export/home/hrodrigu/dev/nss/nss-3.9
--with-xerces=/export/home/hrodrigu/dev/xerces/xerces-c-3.1.1
--with-openssl=/export/home/hrodrigu/dev/openssl/openssl-1.0.0e
I have built successfully xerces and openssl.
nss I have found the distribution only in
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/ and I believe
the issue may be here...
The configure stop with the following message:
checking for NSS cflags...
-I/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3
-I/export/home/hrodrigu/d
ev/nss/nss-3.9/include/nss
configure: error: Unable to find NSS headers
In the config.log I have the following error:
configure:17160: result:
-I/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3
-I/export/home/hrodrigu/dev/nss/nss-3.9/include/nss
configure:17168: g++ -E
-I/export/home/hrodrigu/dev/xerces/xerces-c-3.1.1/include
-I/export/home/hrodrigu/dev/openssl/openssl-1.0.0e/include
-I/export/home/hrodrigu/de
v/nss/nss-3.9/include/nss3
-I/export/home/hrodrigu/dev/nss/nss-3.9/include/nss conftest.cpp
In file included from
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/nss.h:41,
from conftest.cpp:46:
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/seccomon.h:47:21:
prtypes.h: No such file or directory
In file included from
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/seccomon.h:58,
from
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/nss.h:41,
from conftest.cpp:46:
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/secport.h:113:39:
prlog.h: No such file or directory
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/secport.h:114:21:
plarena.h: No such file or directory
/export/home/hrodrigu/dev/nss/nss-3.9/include/nss3/secport.h:115:19:
plstr.h: No such file or directory
Does anybody has any clue on the issue?
Is the nss version I have good?
Thanks,
/Helio