apache 2.2 and apache 2.4 and shib
sri
srivalla at gmail.com
Mon Jan 14 20:27:47 EST 2019
Thank you for your prompt response. Just to clarify further.
We already have several instances of httpd 2.4 running on the same server
using the same shibd process. Not just multiple virtual hosts, separate
instances. Is this allowed or not?
We need multiple instances of httpd 2.2 running on the above same server to
work with Shib. as the httpd 2.2 specific shib module is not available, I am
trying to compile under the same prefix with no luck.
cd /OPT2/software/shibboleth/curl-7.62.0
env PKG_CONFIG_PATH=/OPT2/openssl/lib/pkgconfig ./configure
--prefix=/OPT2/shibboleth-sp --with-ssl=/OPT2/openssl
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/xerces-c-3.2.2
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig ./configure
--prefix=/OPT2/shibboleth-sp --with-curl=/OPT2/shibboleth-sp
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/xml-security-c-2.0.2
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig ./configure
--prefix=/OPT2/shibboleth-sp --without-xalan --disable-static
--with-openssl=/OPT2/openssl
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/log4shib-2.0.0
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig ./configure
--disable-static --disable-doxygen --prefix=/OPT2/shibboleth-sp
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/xmltooling-3.0.2
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig ./configure
--with-xmlsec=/OPT2/shibboleth-sp
--with-boost=/OPT2/software/shibboleth/boost_1_68_0
--prefix=/OPT2/shibboleth-sp -C
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/opensaml-3.0.0
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig ./configure
--with-boost=/OPT2/software/shibboleth/boost_1_68_0
--prefix=/OPT2/shibboleth-sp -C
make clean
make -j 4
make install
cd /OPT2/software/shibboleth/shibboleth-sp-3.0.2
env PKG_CONFIG_PATH=/OPT2/shibboleth-sp/lib/pkgconfig CC="gcc -std=gnu99"
./configure --with-boost=/OPT2/software/shibboleth/boost_1_68_0
--with-apr1=/OPT2/apache2.4/bin/apr-1-config
--with-apu1=/OPT2/apache2.4/bin/apu-1-config --enable-apache-24
--with-apxs24=/OPT2/apache2.4/bin/apxs --prefix=/OPT2/shibboleth-sp
make clean
make -j 4
make install
I tried to extend the last with --enable-apache-22 and
-with-apxs22=/OPT2/apache2.2/bin/apxs but the 2.2 specific module is not
getting compiled.
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list