On Sun, 2003-10-26 at 16:39, Dennis Freise wrote: > > >>You did not put "ssl" and "perl" into your USE-flags. > > > > Yeah, I added it and now both apache and apache2 doesnt want to > > compile! What to do now?
I could be wrong, but I thought that ssl was built into Apache2. You probably don't need to have both Apache and Apache 2 installed on the same machine. The only reason that emerge is trying to install Apache is to satisfy the mod_ssl. So, just build Apache 2, but do not add mod_ssl as it is already there. Be sure your use flags include Apache2 but not Apache, also ssl, perl and php. emerge apache mod_php mod_perl php Then do as Dennis suggested. Edit /etc/conf.d/apache2 and change #APACHE2_OPTS="-D SSL" into APACHE2_OPTS="-D PHP4 -D PERL -D SSL" This worked okay for me. Thanks to Dennis for the tip. -- Scott Tiret 04458494 Scott Tiret stiret AT oneredshoe DOT net Fingerprint = EA80 6414 79DC 6D7D 992F 2F98 F93C 9CB9 0445 8494 This message is digitally signed using the GNU Privacy Guard. My public key may be obtained from http://www.keyserver.net
signature.asc
Description: This is a digitally signed message part
