[asterisk-users] 1.4.21.2: Linking res_crypto causes segmentation fault.

2008-07-23 Thread Carsten Bock
Hi, i tried to compile Asterisk 1.4.21.2 on a server which i have been using with many previous Asterisk versions, without any problems. But with 1.4.21.2 it failed: -- [CC] res_adsi.c - res_adsi.o [LD] res_adsi.o - res_adsi.so [CC] res_agi.c - res_agi.o

Re: [asterisk-users] 1.4.21.2: Linking res_crypto causes segmentation fault.

2008-07-23 Thread Tzafrir Cohen
On Wed, Jul 23, 2008 at 10:12:21AM +0200, Carsten Bock wrote: Hi, i tried to compile Asterisk 1.4.21.2 on a server which i have been using with many previous Asterisk versions, without any problems. But with 1.4.21.2 it failed: -- [CC] res_adsi.c -

Re: [asterisk-users] 1.4.21.2: Linking res_crypto causes segmentation fault.

2008-07-23 Thread Carsten Bock
Thanks for the hint with make NOISY_BUILD=yes: In main/db1-ast/hash/hash_page.c Line 654, function first_free(map) there was an error at mask = mask 1; hash/hash_page.c:659: error: stray '`' in program I'm currently recompiling it from the start again, to test it. Tzafrir Cohen schrieb: On

Re: [asterisk-users] 1.4.21.2: Linking res_crypto causes segmentation fault.

2008-07-23 Thread Carsten Bock
I just re-unpacked asterisk-1.4.21.2.tar.gz and there was no '`' in the function mentioned below. I have no idea where it came from, i didn't edited the file before. May be something is (terrible) wrong with the server i installed it on ... :) = now it compiles and works Carsten Bock schrieb: