Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 13:23, spameden wrote: > 2014-11-10 13:14 GMT+03:00 Milan P. Stanic : > > On Mon, 2014-11-10 at 13:09, spameden wrote: > > > You need to install libssl-dev on Ubuntu. > > You answered to wrong person. > I'm sorry but I'm just answering to the latest message in this thread. Do

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
Found the solution —with-ssl=/dir/to/ssl Thanks > On Nov 10, 2014, at 4:43 PM, Milan P. Stanic wrote: > > On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: >> I have checked *ssl* package that’s already installed in my Ubuntu, and >> found libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl0

Re: Configure --with-ssl

2014-11-10 Thread spameden
2014-11-10 13:14 GMT+03:00 Milan P. Stanic : > On Mon, 2014-11-10 at 13:09, spameden wrote: > > You need to install libssl-dev on Ubuntu. > > You answered to wrong person. > I'm sorry but I'm just answering to the latest message in this thread. Of course, my message was directed to Willy. > > >

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 13:09, spameden wrote: > You need to install libssl-dev on Ubuntu. You answered to wrong person. > And depends on the Ubuntu version OpenSSL will be 0.9.8 or 1.0.0 line. > Kannel compiles fine with both 0.9.8 and 1.0.0+. OP (Willy) wrote in his mail that he is already inst

Re: Configure --with-ssl

2014-11-10 Thread spameden
You need to install libssl-dev on Ubuntu. And depends on the Ubuntu version OpenSSL will be 0.9.8 or 1.0.0 line. Kannel compiles fine with both 0.9.8 and 1.0.0+. 2014-11-10 12:43 GMT+03:00 Milan P. Stanic : > On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: > > I have checked *ssl* package tha

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: > I have checked *ssl* package that’s already installed in my Ubuntu, and found > libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, libssl095a-dev, > libssl096-dev, openssl, and still got this error “Configuring OpenSSL > support ...

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I have checked *ssl* package that’s already installed in my Ubuntu, and found libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev, openssl, and still got this error “Configuring OpenSSL support ... configure: error: Unable to find OpenSSL libs and/or direc

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 08:09, Willy Mularto wrote: > I don't think the package is exist in Ubuntu. All I found is openssl, > libnssl-dev, is there any other? On Debian derived distribution (Ubuntu, ...) there is no openssl-devel package. > On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa > wrote: > >

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I don't think the package is exist in Ubuntu. All I found is openssl, libnssl-dev, is there any other? On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa wrote: > Have you also installed openssl-devel package? > > On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto > wrote: > >> Hi, >> Just tried to instal

Re: Configure --with-ssl

2014-11-10 Thread Tapan Kumar Thapa
Have you also installed openssl-devel package? On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto wrote: > Hi, > Just tried to install Kannel with SSL enabled on Ubuntu, already installed > openssl and libssl-dev, the configure returns error “Unable to find OpenSSL > libs and/or directories at yes”

Configure --with-ssl

2014-11-09 Thread Willy Mularto
Hi, Just tried to install Kannel with SSL enabled on Ubuntu, already installed openssl and libssl-dev, the configure returns error “Unable to find OpenSSL libs and/or directories at yes” Is there any dependency I forget to install? Thanks