Good to see it resolved. The error you got indicates that pkg-config indicated that XMLSec was installed on your system, but apparently it wasn't working. You can use --disable-pskc to disable the entire PSKC part.
/Simon Paul Robinson <[email protected]> writes: > Hello, > > I found oath toolkit in brew, which made it very easy to install with: > > brew install oath-toolkit > > So my problem is now solved. > > Thanks, > > Paul. > > On 5 Feb 2014, at 10:29, Paul Robinson <[email protected]> wrote: > >> Hello, >> >> I'm trying to compile oath-toolkit-2.4.0 on OSX 10.9.1 (latest). I >> do the following: >> >>> ./configure >>> make check install >> >> I get the following error: >> >>> global.c:30:10: fatal error: 'xmlsec/xmlsec.h' file not found >>> #include <xmlsec/xmlsec.h> >>> ^ >>> 1 error generated. >>> make[3]: *** [global.lo] Error 1 >>> make[2]: *** [check-recursive] Error 1 >>> make[1]: *** [check-recursive] Error 1 >>> make: *** [check] Error 2 >> >> >> Full log is attached. >> >> Any help would be greatly appreciated! >> >> Paul. >> >> <out.txt> >> >> -- >> Paul Robinson >> JBoss Developer: Integration Products Lead >> Web Service Transactions Lead >> >> JBoss, a Division of Red Hat >> Registered in England and Wales under Company Registration No. 03798903 >> Directors:Michael Cunningham (US), Charles Peters (US), Matt Parson >> (US), Paul Hickey (Ireland) >>
