Real World wrote:

HI , These are the errors i found in the config.log file , how it would be related to the error that gwlib is not found. ????
I dont have any clue of this error , please help me , I'm still hanging on the 
same place to proceed .
  conftest.c:11:28: ac_nonexistent.h: No such file or directory
  conftest.c:11:28: ac_nonexistent.h: No such file or directory
  conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
  conftest.cc:25:28: ac_nonexistent.h: No such file or directory
  conftest.cc:25:28: ac_nonexistent.h: No such file or directory
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x5a2): In function 
`unlocked_read':
: undefined reference to `SSL_get_error'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x5d5): In function 
`unlocked_read':
: undefined reference to `ERR_error_string'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x8a5): In function 
`conn_open_ssl':
: undefined reference to `ERR_clear_error'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x987): In function 
`conn_open_ssl':
: undefined reference to `ERR_get_error'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x990): In function 
`conn_open_ssl':
: undefined reference to `ERR_error_string'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0xdd2): In function 
`conn_wrap_fd':
: undefined reference to `ERR_get_error'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x22f5): In function 
`conn_shutdown_ssl':
: undefined reference to `ERR_free_strings'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x2321): In function 
`server_shutdown_ssl':
: undefined reference to `ERR_free_strings'
  /usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x2496): In function 
`use_global_server_certkey_file':
: undefined reference to `ERR_get_error'
/usr/local/lib/kannel/libgwlib.a(conn.o)(.text+0x249f): In function 
`use_global_server_certkey_file':
: undefined reference to `ERR_error_string'

looking into that 'mbuni_config.log' it looks like the libxml2 and libssl, libcrypto libs are not found while link time.

Can you post the output of the following:

  $ cd gateway
  $ ./gw-config --libs

will display the ldflags options for Kannel. Obviously there is something wrong with your lib setup.

Stipe

mailto:stolj_{at}_wapme-group.de
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:info_{at}_wapme-systems.de
http://www.wapme-systems.de/
-------------------------------------------------------------------

_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to