| Davide Bianchi 2007-12-29, 1:31 pm |
| On 2007-12-29, InDeep <indeep@indeep.com> wrote:
> httpd: Syntax error on line 86 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_ssl.so
> into server: /usr/local/apache2/modules/mod_ssl.so: undefined symbol:
> EVP_idea_ecb
>
> The error points to mod_ssl, and if I comment-out mod_ssl.so it will
> start from any directory, as it should.
>
> But if I go to where openssl is built ( not installed ) and start with
> mod_ssl.so active, voila it works. Apparently
> there is something that is not getting installed correctly with SSL
> but I have no clue! SSL is cryptic, go figure! :-)
It seems that some library is not in your library path, I think
you should add that 'where ssl is built' to your ld.so.conf file
and then re-run ldconfig, or be sure that wherever the ssl library are
is in the configuration file for your dynamic loader.
Anyway, this has nothing to do with the configuration of apache, I
suggest you ask in the developer forum for Apache related to your OS.
Davide
--
Using OpenOffice instead of Microsoft Office is like eating organic food
instead of conventional. It is not the experience, or the expense, or the
convenience that matters. It is the knowledge that you are a better person
for so doing. --Verity Stob
|