> I have openssl-0.9.5a installed on my redhat 7.0 system.
> When compiling kannel I get this message:
> 
> Attempting to compile with SSL support.
> checking for SSL_library_init in -lssl... no

ok, that problem is known. -- we have a not very smart way detecting
the openssl stuff in configure.in. I was about to change this, but had
not yet time to commit to cvs.

> Do I need to do something else?

yes, as a first work-around locate where your libssl.a and libcrypto.a
libs are and then do the following:

 * config.h: #define HAVE_LIBSSL 1 -- will activate the compilation
directive
 * Makefile: add -lssl and -lcryto to the LIBs for linking, add
-I/usr/<whereever> to find the <openssl/foobar.h> header files.

This will compile and build the SSL-enabled binaries for Kannel.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to