shibboleth-sp-2.5.1 and apache httpd-2.4.3 configuration problem

Christine Ross cross at hccs.com
Wed Dec 12 06:22:02 EST 2012


Hi 

If this is a unix server, you can tell apache to use which compiler you want.  For my shibboleth servers, I create this and execute it.  

# more ConfigureApache
#!/bin/sh
# Built on Solaris 10 with the native OpenSSL libraries

PATH=/usr/sfw/bin:/opt/SUNWspro/bin:/usr/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/usr/sbin; export PATH

env     CC=cc CXX=CC \
        CFLAGS="-xO2 -I/usr/sfw/include/openssl" \
        CXXFLAGS="-xO2 -I/usr/sfw/include/openssl" \
        LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib" \
        INSTALL=/usr/ucb/install \
        ./configure \
        --disable-ipv6 \
        --enable-info \
        --enable-status \
        --enable-ssl \
        --with-ssl=/usr/sfw \
        --disable-negotiation \
        --disable-userdir \
        --disable-autoindex \
        --disable-imap \
        --enable-expires \
        --enable-dav \
        --with-expat=builtin  *** this made the compile work as it used the expat library in the apache2 distribution instead of the one it found in /usr/local/

Sincerely, 

Christine Ross 
HCCS - Effective Compliance Solutions 
(516)478-4100, x108 
cross at hccs.com 

Our mission at HCCS is to help healthcare institutions survive and thrive by reducing the burden of regulatory requirements and improving the quality of patient care.   We accomplish this by providing EFFECTIVE compliance training and tracking solutions which enhance job performance, improve patient outcomes, and promote compliance with ethical, legal, and accreditation guidelines.  In this way, healthcare institutions can focus on their core mission of easing discomfort, healing, and saving lives.   http://www.hccs.com  (877) 933-HCCS.

This email message is for the sole use of the intended recipient(s) and contains confidential and privileged information. Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you are not the intended recipient or have received this communication in error please contact the sender by reply e-mail and destroy all copies of the original message. Thank you.


-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Jörg Knappen
Sent: Wednesday, December 12, 2012 5:35 AM
To: users at shibboleth.net
Subject: shibboleth-sp-2.5.1 and apache httpd-2.4.3 configuration problem


Hallo,

running the ./configure script to build the new service provider from source,
I get the following warning:

==================================================================
WARNING: You have chosen to compile Apache-2.4 modules with a different
          compiler than the one used to compile Apache.

     Current compiler:      gcc
    Apache's compiler:      gcc -std=gnu99

This could cause problems.
==================================================================

I didn't make any explicit compiler choices when compiling Apache-2.4.3,
so it is Apache's configure script who made the choice for Apache.

What is the best way to deal with this warning? Can I ignore it safely?

--Jörg Knappen

--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list