Nicolas de Bari Embriz Garcia Rojas schrieb:
> Hi all, any idea of what parameters pass in the ./configure or how con
> compile kannel so it can work in freebsd amd64 arch ?
> 
> I am trying to run 1.4.3 version it compiles fine but when trying to run
> it i get a segmentation fault, in both smsbox and bearerbox.
> 
> any ideas ?

sounds strange to me, I'd take a look into it. Can you please ensure you set
'ulimit -c unlimited' in the calling shell, so you get a core.<pid> core dump 
file.

Then please resolve the function backtrace via:

  $ gdb /path/to/bearerbox core.<pid>
  gdb) bt full

and please report this to the list, preferably the devel@ mailing list.

NOTE: make sure you have compiled with at least --with-cflags="-g" to get the
debug information included in the binaries.

Stipe

-- 
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to