Your openssl is not the version that your apache was compiled
against. If you updated it, you need to also re-compile
any executables that link it.

Note that running SSL without staying on current software
versions is highly discouraged. For example, Apache does
not support versions 2.0 or 2.2 any longer.

-Stefan

> Am 07.02.2018 um 10:44 schrieb Pietro Pesce <mistak...@gmail.com>:
> 
> hello
> 
> i have a solaris zone whit apache:
> 
> # /app/apache/bin/httpd -version
> Server version: Apache/2.0.59
> Server built:   Jun 18 2007 14:27:08
> 
> when a try to start receive this error:
> 
> yntax error on line 32 of /app/apache/conf/httpd.conf:
> Cannot load /app/apache/modules/mod_ssl.so into server: ld.so.1: httpd: 
> fatal: relocation error: file /app/apache/modules/mod_ssl.so: symbol 
> SSLv2_client_method: referenced symbol not found
> 
> # ldd /app/apache/modules/mod_ssl.so 
>         libc.so.1 =>     /lib/libc.so.1
>         libgcc_s.so.1 =>         /usr/sfw/lib/libgcc_s.so.1
>         libm.so.2 =>     /lib/libm.so.2
>         /lib/libm/libm_hwcap1.so.2
>         /platform/sun4v/lib/libc_psr.so.1
> 
> ldd /lib/libc.so.1
>         libm.so.2 =>     /lib/libm.so.2
>         /lib/libm/libm_hwcap1.so.2
>         /platform/sun4v/lib/libc_psr.so.1
> 
> 
> can help please?
> 
> tnx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to