Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92951 - apche-2.0.54-r4 doesn't compile and install mod_ssl
Summary: apche-2.0.54-r4 doesn't compile and install mod_ssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 10:23 UTC by stephan wezel
Modified: 2005-07-11 20:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stephan wezel 2005-05-17 10:23:33 UTC
the ebuild apache-2.0.54-r4 has an failure for the ssl support.
It doesn't activate ssl-support in apache even the USE-FLAG ssl is set.

After adding following in src_compile ssl-support is activated again if USE_FLAG
ssl is set:

if use ssl; then
    if use static; then
	myconf="${myconf} --with-ssl=/usr  --enable-ssl=static"
    else
	myconf="${myconf} --with-ssl=/usr  --enable-ssl=shared"
    fi
fi



Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge =net-www/apache-2.0.54-r4
3.

Actual Results:  
mod_ssl.so doesn't exist in /usr/lib/apache2-extramodules

Expected Results:  
mod_ssl.so exists in /usr/lib/apache2-extramodules
Comment 1 Steve Herber 2005-06-22 01:21:13 UTC
This seems to be resolved in -r7

Calculating dependencies ...done!
[ebuild   R   ] net-www/apache-2.0.54-r7  +berkdb -debug -doc +gdbm +ipv6 +ldap
+ssl -static -threads 0 kB 

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No] n

Quitting.

root@thing /var/log/apache2 1191 $ locate mod_ssl.so
/usr/lib/apache2-extramodules/mod_ssl.so
Comment 2 Tres 'RiverRat' Melton 2005-06-27 13:09:43 UTC
Looking in the ebuild, mod_ssl requires apache 1.  I think it would be
beneficial to add that fact to the description line of mod_ssl.

- DESCRIPTION="An SSL module for the Apache Web server"
+ DESCRIPTION="An SSL module for the Apache 1.x Web server"

Comment 3 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-11 20:06:29 UTC
Description changed in CVS.
FIXED.

Thanks!