henning,
perhaps "slowness" of 'make dbschema' has something to do with this:
Build database schemas /usr/bin/make -C lib/srdb1/schema make[2]: Entering directory `/usr/src/trunk-src/openxg-sip-proxy/lib/srdb1/schema' for FILE in acc alias_db auth_db avpops carrierroute cpl dialog dialplan dispatcher domainpolicy domain extensions group htable imc lcr msilo pdt permissions presence purple registrar rls siptrace speeddial standard uri_db userblacklist usrloc; do \ XML_CATALOG_FILES=../../..//docbook/catalog.xml /usr/bin/xsltproc --novalid --xinclude \ --stringparam dir "../../..//tools/kamctl//mysql" \ --stringparam prefix "$FILE-" \ --stringparam db "mysql" \ ../../..//doc/stylesheets/dbschema_k/xsl/mysql.xsl kamailio-"$FILE".xml ; \ done error : unreachable network acc.xml:8: warning: failed to load external entity "http://kamailio.org/pub/kamailio/dbschema/dtd/1.1/dbschema.dtd" ]>
that is, when i try to build my debian package without network connectivity, i start to gets lots of errors like in above. and when i have slow network connectivity, the command works slowly because if that.
anyway, network connectivity should not be needed when executing 'make dbschema'.
-- juha