Thanks a lot Gus for your help about that. I was wondering if there could be
a better way to make openssl working with Redhat automatically without
having to modify Makefile after each new ./configure :

- force openssl to compile to a dynamic (.so) library on Redhat. How could
we do that ? BTW, I checked that it compiles as static even for a non-beta
release like 0.9.6.
- modify /etc/ld.so.conf to include /usr/local/ssl/lib

Furthermore, could someone answer to those questions :

- with --enable-ssl, can Kannel be used as a HTTPs client (for example for
sms-services) ?
- I found the 'ssl-certkey-file' variable. This variable is the path to a
file. At the doc I found that this file must to contain a PEM encoded ssl
certificate and a private key, but this is the only information there is at
doc.
I need to know which type of certificate I can use, which format of private
key I have to use and how to match them into the same file.

Thanks in advance for your help.                        Gildas.

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Gus
> Envoy� : vendredi 14 septembre 2001 14:54
> � : Devel@Kannel
> Objet : Re: SSL isn't detected with --enable-ssl (last CVS version) on
> Redhat 6.2
>
>
> On Thu, 13 Sep 2001, Gildas PERROT wrote:
>
> > As I mentionned in a previous email, I tried to compile it on Redhat 6.2
> > with openssl 0.9.6b without success :
>
> 0.9.6b is a beta release, and as such it compiles to a static (.a) libary
> rather than a dynamic (.so) library. Kannel's makefile is set up to pick
> up and use the dynamic version. Added to this is that /usr/local/ssl/lib
> is not generally in your /etc/ld.so.conf so it doesn't generally get
> picked up unless you explicitly point the compiler at it.
>
> To get it to compile, edit the Makefile LIBS and CFLAGS to read
>
> LIBS=-lresolv -lpthread -lnsl -lm  -L/usr/local/lib -L/usr/local/ssl/lib \
>      -lxml2 -lz -lm -lssl -lcrypto
>
> CFLAGS=-D_REENTRANT=1 -I. -g -O2 -I/usr/local/include/libxml \
>      -I/usr/local/include -I/usr/local/ssl/include -DBROKEN_PTHREADS=1 \
>      -DHAVE_LIBSSL
>
>
>
>
>
> --
>                               - [EMAIL PROTECTED] -
>                        = Zygo Communications, London UK =
>              -= 82 AA 4D 7F D8 45 58 05  6D 1B 1A 72 1E DB 31 B5 =-
>                           Funny, It Worked Last Time...
>
>
>


Reply via email to