Compiling SP code gives compilation errors.

Cantor, Scott cantor.2 at osu.edu
Mon Feb 8 12:26:25 EST 2016


> I was able to configure/make/make install up to Opensaml-C but the sp
> compilation fails with errors like certain fields are not part of a class.
> My guess is its because of an incompatible (older) version of the APR
> library.

I...doubt it. The APR to use is just based on whatever Apache is installed and will be derived using the apxs script using the normal configure options for enabling an Apache module (or it will look for one to use on the path and autodetect which one to use).

> Can someone help me to tell which APR library I should be using with the
> version of sp here http://shibboleth.net/downloads/service-provider/latest/
> and from where I can install it?

The SP doesn't dictate that, Apache does.

> Specifically I want to change the AssertionConsumerService class to decode a
> redirect url.

No, you don't.

> For some reason the IdP is sending urlencoded relaystate in
> post request :(. And I get an error as below.
> *xmltooling::IOException URL is malformed*

That is not what you're getting that error. If a URL is malformed, it's malformed, and you have a bug somewhere else.

-- Scott



More information about the dev mailing list