Unable to find XML-Security header files (shibboleth)
When installing shibboleth 2+ on debian you may get the error
unable to find XML-Security header files
This is due to a missing lib
Run the command: apt-get install libxml-security-c-dev
And all your dreams will come true.