Re: 回复: re: Hello guys, iencounteraproblem,call for help

2014-07-08 Thread Bernd Holzmüller
Am 08.07.2014 05:06, schrieb 304747446:
 Thank you very much.After the two arguments CFLAGS and LDFLAGS were
 configured, the jabberd configure file could find the sqlite.But a new
 problem arises, the server can not startup.following picture is captured
 from sm.log:
 
 Is there some way to solve the router refused bind request
 (409)?Thanks very much.

Have you ever looked whats logged in router.log at the same time?
Did you also setup sm.xml correctly?

The sm-process tries to bind to the XMPP-Domain you actually want to
serve using jabberd2.

-- 
\\\||///
  \\  - -  //
   (  @ @  )
-oOo--( )--oOo---
 tiggersWelt.net www.tiggersWelt.net
 Inhaber Bernd Holzmüller   i...@tiggerswelt.net
Büro: 07 11 / 550 425-90
 Marktstraße 57  Fax: 07 11 / 550 425-99
 70372 Stuttgart




回复: re: Hello guys, iencounteraproblem,call for help

2014-07-07 Thread 304747446
Thank you very much.After the two arguments CFLAGS and LDFLAGS were configured, 
the jabberd configure file could find the sqlite.But a new problem arises, the 
server can not startup.following picture is captured from sm.log:
 
  

 Is there some way to solve the router refused bind request (409)?Thanks very 
much.

 
--
At the moment I'm not able to reproduce because my development-computer
is missing udns. But as far as I understand the source-code of
./configure --enable-sqlite is not willing to take a path as arguement.

On the output you posted here, configure does not mention that it is
checking sqlite-support.

Have you tried to run ./configure --enable-sqlite without arguement,
does it give you an error (because it is not able to locate sqlite)?

If it finished without any error, check if sqlite was mentioned on the
output. If it breaks because of an sqlite-related error, try to set
CFLAGS and LDFLAGS and rerun:

  CFLAGS=-I/usr/local/sqlite3/include \
  LDFLAGS=-L/usr/local/sqlite3/lib -Wl,-rpath,/usr/local/sqlite3/lib \
  ./configure --enable-sqlite

You may want to do this with OpenSSL as well as it is also not mentioned
on the output.

-- 
\\\||///
  \\  - -  //
   (  @ @  )
-oOo--( )--oOo---
 tiggersWelt.net www.tiggersWelt.net
 Inhaber Bernd Holzmüller   i...@tiggerswelt.net
Büro: 07 11 / 550 425-90
 Marktstraße 57  Fax: 07 11 / 550 425-99
 70372 Stuttgart