SP Infocard Installation
Installation
- Download the extension. It can be found in the shib2 svn, under
shib-extension/cpp-infocard
.svn co https://svn.middleware.georgetown.edu/shib-extension/cpp-infocard
- Run
sh boot
in the trunk directory to create the configuration machinery. - Run configure, with
--prefix
to specify where to install the module, and--with-shibboleth
to specify where the shibboleth module is installed. These two are often the same. If Shibboleth was installed by RPM, make sure that the Shibbolethdevel
RPM has been installed as well. - Then
make
andmake install