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                       [email protected]
                                            Büro: 07 11 / 550 425-90
 Marktstraße 57                              Fax: 07 11 / 550 425-99
 70372 Stuttgart

Reply via email to