Problems compiling Shibboleth 2.4.3
Timo Tunturi
timo.tunturi at aalto.fi
Thu Aug 30 02:44:58 EDT 2012
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.
---clip---
#!/bin/sh
env CC=cc \
CFLAGS="-I/opt/local/include" \
CXX=CC \
CXXFLAGS="-I/opt/local/include" \
LDFLAGS="-R/opt/local/lib" \
INSTALL=/usr/ucb/install \
./configure \
--enable-apache-22 \
--with-apxs22=/opt/local/sbin/apxs \
--with-log4shib=/opt/local \
--with-openssl=/opt/local \
--with-xerces=/opt/local \
--with-xmlsec=/opt/local \
--with-xmltooling=/opt/local \
--with-saml=/opt/local \
--prefix=/opt/local
#!/end
---clip---
--
Timo Tunturi, Aalto University IT
More information about the users
mailing list