Fail Compiling SP on the final stage
Situation:
- you've got all the source files and libraries required
- you compile them one by one successfully
- you've seen a lot of warnings about existence of virtual functions without its virtual destructor
- you thought "oh, well, it's warning, no biggy" -- which most of the time is the 'correct' attitude from years of experience in compiling any C/C++ applications
- you tried to build the final stage: the shibboleth SP module and you've failed with errors
There are a number of possible reasons, but this are the most common ones:
Once you've sort out your problem, time to
recompile every modules on shib SP.
to top