On 2000.12.23 Michael O'Henly wrote:
> Hi...
> 
> ----------------------------------------------------
> These install a few binaries, two libraries (libssl.so and libcrypto.so), and 
> documentation.

Dynamic libraries, loaded at runtime.

> 
> OpenSSL sources (version 0.9.6)
> -----------------------
> These install what the INSTALL doc refers to as "toolkits" (libssl.a and 
> libcrypto.a), as well as a few binaries and documentation.
> 

Static ones, appended to program at compiled time.

So your apache works because has been linked with the static libs, but
kde can not find the dynamic ones it expects to load.

Try configure'ing the build of OpenSSL with a flag like --enable-shared
and --disable-static. See configure --help for the exact name of
the option.

-- 
J.A. Magallon                                         $> cd pub
mailto:[EMAIL PROTECTED]                             $> more beer

Linux werewolf 2.2.19-pre3 #1 SMP Fri Dec 22 02:38:17 CET 2000 i686


Reply via email to