Re: Error with global trusted ca file, while compiling latest SVN Kannel.

2016-09-27 Thread Stipe Tolj

Am 14.09.2016 13:28, schrieb tammer:

Hello,

I'm trying to install latest Kannel from SVN.
While I'm compiling it I get this error :

test/test_http.o: In function `main':
/usr/local/src/kannel/gateway/test/test_http.c:456: undefined reference to
`conn_use_global_trusted_ca_file'
collect2: error: ld returned 1 exit status
make: *** [test/test_http] Error 1

What might be the cause of this error?

The configure line looks like : ./configure --prefix=/usr/local/kannel
--with-mysql --with-mysql-dir=/usr/lib/mysql/ --enable-debug
--enable-assertions --with-defaults=speed --disable-localtime
--enable-start-stop-daemon --enable-pam --disable-ssl-thread-test
--disable-ssl

Changed my error.



yep, you disabled the SSL (openssl library) support while configuring, 
and it seems the test_http.c isn't aware of that.


Please check your configure.log when configuring normally WITH SSL 
support, to see why it is not found.


You may be lacking the libssl-dev (debian package notation) on your 
system, depending on what distro it is.


--
Best Regards,
Stipe Tolj

---
Düsseldorf, NRW, Germany

Kannel Foundation tolj.org system architecture
http://www.kannel.org/http://www.tolj.org/

stolj at kannel.org   st at tolj.org
---



Re: Error with global trusted ca file, while compiling latest SVN Kannel.

2016-09-14 Thread tammer
Hello,

I'm trying to install latest Kannel from SVN.
While I'm compiling it I get this error :

test/test_http.o: In function `main':
/usr/local/src/kannel/gateway/test/test_http.c:456: undefined reference to
`conn_use_global_trusted_ca_file'
collect2: error: ld returned 1 exit status
make: *** [test/test_http] Error 1

What might be the cause of this error?

The configure line looks like : ./configure --prefix=/usr/local/kannel
--with-mysql --with-mysql-dir=/usr/lib/mysql/ --enable-debug
--enable-assertions --with-defaults=speed --disable-localtime
--enable-start-stop-daemon --enable-pam --disable-ssl-thread-test
--disable-ssl

Changed my error.



--
View this message in context: 
http://kannel.6189.n7.nabble.com/Error-with-global-trusted-ca-file-while-compiling-latest-SVN-Kannel-tp32417p32418.html
Sent from the Kannel - User mailing list archive at Nabble.com.