Yeah! It build correctly! :)
But default cfg script is not copied. I did a dpkg -x and in etc directory just init scipt and default script are copied.
On Thu, Jul 9, 2009 at 2:07 PM, Klaus Darilionklaus.mailinglists@pernau.at wrote:
In pkg/debian/rules I use
EXTRA_EXCLUDED_MODULES=nat_traversal seas siptrace bdb dbtext oracle pa rls iptrtpproxy
to exclude those modules, as these modules do not build at the moment.
regards klaus
Saúl Ibarra schrieb:
Are you able to create the deb packages? I'm getting erros when trying to make the dbtext module:
make[3]: se ingresa al directorio `/usr/src/sip-router/modules_s/dbtext' In file included from dbt_tb.c:49: dbt_lib.h:42:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbt_res.c:45: dbt_res.h:41:28: error: ../../db/db_op.h: No existe el fichero o el directorio In file included from dbt_res.h:44, from dbt_res.c:45: dbt_lib.h:42:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbt_lib.c:48: dbt_lib.h:42:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbt_file.c:48: dbt_lib.h:42:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbtext.c:43: dbtext.h:43:29: error: ../../db/db_key.h: No existe el fichero o el directorio dbtext.h:44:28: error: ../../db/db_op.h: No existe el fichero o el directorio dbtext.h:45:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbtext.c:45: dbt_api.h:44:29: error: ../../db/db_row.h: No existe el fichero o el directorio In file included from dbt_base.c:43: dbtext.h:43:29: error: ../../db/db_key.h: No existe el fichero o el directorio dbtext.h:44:28: error: ../../db/db_op.h: No existe el fichero o el directorio dbtext.h:45:29: error: ../../db/db_val.h: No existe el fichero o el directorio In file included from dbt_base.c:45: dbt_api.h:44:29: error: ../../db/db_row.h: No existe el fichero o el directorio In file included from dbt_api.c:42: dbt_res.h:41:28: error: ../../db/db_op.h: No existe el fichero o el directorio
PS: Just done a fresh git clone.