[JIRA] Commented: (SSPCPP-500) configure fails against Apache 2.4
ryzxkckembdb7mcblxbqp+grel0=@https://login.uea.ac.uk/entity (JIRA)
noreply at shibboleth.net
Thu Sep 13 10:58:21 EDT 2012
[ https://issues.shibboleth.net/jira/browse/SSPCPP-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378#comment-14378 ]
ryzxkckembdb7mcblxbqp+grel0=@https://login.uea.ac.uk/entity commented on SSPCPP-500:
------------------------------------------------------------------------------------
I think the reason it is failing, is because the case statement in the configure script, doesn't appear to support Apache 2.4:
v=`$httpd -v|$SED -n -e 's/.*Apache\/\.*//p'`
case $v in
1.3*) enable_apache_13=yes
with_apxs=$xs
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 1.3" >&5
$as_echo "1.3" >&6; }
;;
2.0*) enable_apache_20=yes
with_apxs2=$xs
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.0" >&5
$as_echo "2.0" >&6; }
;;
2.2*) enable_apache_22=yes
with_apxs22=$xs
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.2" >&5
$as_echo "2.2" >&6; }
;;
*) as_fn_error $? "unusable apache versions: $v. Try setting --with-apxs" "$LINENO" 5
> configure fails against Apache 2.4
> ----------------------------------
>
> Key: SSPCPP-500
> URL: https://issues.shibboleth.net/jira/browse/SSPCPP-500
> Project: Shibboleth SP - C++
> Issue Type: Bug
> Components: Build
> Affects Versions: 2.5.0
> Environment: RHEL 6.2, Apache 2.4.3, OpenSSL 1.0.1c
> Reporter: ryzxkckembdb7mcblxbqp+grel0=@https://login.uea.ac.uk/entity
> Assignee: Scott Cantor
> Attachments: config_2.log
>
>
> Dependencies installed via yum repositories:
> yum install log4shib.x86_64 opensaml.x86_64 xerces.x86_64 xml-security.x86_64 xmltooling.x86_64 rpm-build libxerces-c-devel.x86_64 libxml-security-c-devel.x86_64 libxmltooling-devel.x86_64 libsaml-devel.x86_64 xmltooling-schemas.x86_64 opensaml-schemas.x86_64
> Configuring Shibboleth SP 2.5.0:
> ./configure --with-apxs24=/usr/local/apache/bin/apxs --enable-apache-24 --with-openssl=/usr/local/openssl
> Configure fails, concluding with:
> checking if default apache needed... yes
> checking for apxs2... no
> checking for apxs... /usr/local/apache/bin/apxs
> checking default apache version... configure: error: unusable apache versions: . Try setting --with-apxs
> config.log attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list