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
-------------------------------------------------------------------