Hello,

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

gw/dlr_spool.c: In function ‘our_hash_func’:
gw/dlr_spool.c:127:16: error: storage size of ‘mdctx’ isn’t known
     EVP_MD_CTX mdctx;
                ^
gw/dlr_spool.c:139:5: warning: implicit declaration of function ‘EVP_MD_CTX_cleanup’ [-Wimplicit-function-declaration]
     EVP_MD_CTX_cleanup(&mdctx);
     ^
gw/dlr_spool.c:127:16: warning: unused variable ‘mdctx’ [-Wunused-variable]
     EVP_MD_CTX mdctx;
                ^
make: *** [gw/dlr_spool.o] Error 1

What might be the cause of this error?

The configure line looks like : ./configure --prefix=/etc/kannel --with-mysql --with-mysql-dir=/usr/lib/mysql/ --enable-debug --enable-assertions --with-defaults=speed --disable-localtime --enable-start-stop-daemon --enable-pam --with-SSL=/usr/bin/openssl --enable-SSL


Reply via email to