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: re: Hello guys, iencounteraproblem,call for help

2014-07-07 Thread Tomasz Sterna
Dnia 2014-07-07, pon o godzinie 12:41 +0800, 304747446 pisze:
 the output of ./configure is in the configure.txt 

How about
./configure --enable-sqlite

Please attach generated config.log instead manually copying output.



-- 
Tomasz Sterna @ http://abadcafe.pl/ @ http://www.xiaoka.com/





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

2014-07-07 Thread Bernd Holzmüller (tiggersWelt.net)
Am 07.07.2014 06:41, schrieb 304747446:
 the output of ./configure is in the configure.txt 
 the output of make is in the make.txt
 the output of make install is in the install.txt 

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





回复: 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

Re: Hello guys, iencounteraproblem,call for help

2014-07-01 Thread Bernd Holzm??ller
Am 01.07.2014 11:06, schrieb 304747446:
 I have tried it several times, the path is also set properly, but it
 didn't work.
  
 1 ./configure --enable-sqlite=/usr/local/sqlite3
 --enable-ssl=/usr/local/openssl

Could you just catch the output from ./configure into a text-file and
post it here?

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




re?? Hello guys, iencounteraproblem,call for help

2014-07-01 Thread 304747446
output is in the attach.

info.txt
Description: Binary data