> I've put:
> emerge apache mod_ssl mod_php mod_perl
> ebuild (something)/mod_php(something) ebuild
>
>  Everything compiled succesfully, but when I started
> apachectl start
>  it said:
>  [...] mod_php: OpenSSL_start_all_algorhitms - no command found
>   in libssl.0.9.6.so [...] something like that...

You did not put "ssl" and "perl" into your USE-flags.

Look here:
http://www.gentoo.org/doc/en/use-howto.xml
http://www.gentoo.org/dyn/use-index.xml

Please put these two tokens into USE in /etc/make.conf and then do "emerge
apache mod_ssl mod_php mod_perl" again. Edit /etc/conf.d/apache2 and change
#APACHE2_OPTS="-D SSL" into APACHE2_OPTS="-D PHP4 -D PERL -D SSL". Note the
missing "#". Now you can "/etc/init.d/apache2 start". Maybe if you're using
apache 1.3.x you have to skip some or all of the 2's mentioned above :)
That should work.

Greets, Dennis


--
[EMAIL PROTECTED] mailing list

Reply via email to