Problems compiling Shibboleth 2.4.3

Christopher Bongaarts cab at umn.edu
Thu Aug 30 10:41:48 EDT 2012


On 8/30/2012 1:44 AM, Timo Tunturi wrote:
> On 8/30/12 12:40 AM, Law, Bob wrote:
>> I’m trying to compile Shibboleth on Solaris 10.  I have already compiled
>> the following libraries
>
> I used the following to configure SP 2.4.3 for Oracle Solaris Studio 12.2.
>
> I vaguely recall having to use gmake as well instead of make.

And here's mine for comparison (uses tcsh rather than sh hence the 
setenvs).  This was built on Solaris 9 with Sun Studio 11 (cc: Sun C 5.8 
2005/10/13; CC: Sun C++ 5.8 Patch 121017-01 2005/12/11).

setenv CC cc
setenv CXX CC
./configure --prefix=/opt/shibboleth-sp --with-openssl=/opt/openssl 
--with-log4shib=/opt/shibboleth-sp --with-xerces=/opt/shibboleth-sp 
--with-xmlsec=/opt/shibboleth-sp --with-xmltooling=/opt/shibboleth-sp 
--with-saml=/opt/shibboleth-sp --enable-apache-13 
--with-apxs=/opt/apache/bin/apxs --enable-apache-22 
--with-apxs22=/opt/apache22/sbin/apxs 
--with-apr1=/opt/apache22/bin/apr-1-config 
--with-apu1=/opt/apache22/bin/apu-1-config
make
make install

Note that here "make" is /usr/ccs/bin/make; I don't think gmake was 
necessary, but if make chokes that's always the first thing to try.

Since we're in the process of migrating our stuff to Linux, I'm probably 
not going to get around to try building 2.5.0 on Solaris.
-- 
%%  Christopher A. Bongaarts   %%  cab at umn.edu          %%
%%  OIT - Identity Management  %%  http://umn.edu/~cab  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%


More information about the users mailing list