Hi,<br>I want to build fax server with asterisk uder CentOS 4.3. The problem is , that I can't to compile iaxmodem-0.1.14.<br>I'm making these steps:<br>To install libiax2:&nbsp; (if you're not going to 'build static')<br><br># cd lib/libiax2
<br># ./configure<br># make<br># make install<br><br>To install spandsp:&nbsp; (if you're not going to 'build static')<br><br># cd lib/spandsp<br># ./configure<br># make<br># make install<br><br><br>And when I make ./build , I get this:
<br>/tmp/cckNRgf3.o(.text+0xfc): In function `cleanup':<br>/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:165: undefined reference to `iax_destroy'<br>/tmp/cckNRgf3.o(.text+0x10d):/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:166: undefined reference to `iax_destroy'
<br>/tmp/cckNRgf3.o(.text+0xe78): In function `t31_call_control_handler':<br>/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:436: undefined reference to `iax_destroy'<br>/tmp/cckNRgf3.o(.text+0x1806): In function `iaxmodem':
<br>/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:678: undefined reference to `iax_disable_jitterbuffer'<br>/tmp/cckNRgf3.o(.text+0x180b):/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:683: undefined reference to `iax_disable_debug'
<br>/tmp/cckNRgf3.o(.text+0x2224):/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:899: undefined reference to `iax_destroy'<br>/tmp/cckNRgf3.o(.text+0x2558):/home/eryx/hylafax/iaxmodem-0.1.14/iaxmodem.c:966: undefined reference to `iax_congestion'
<br>collect2: ld returned 1 exit status<br><br><br><br>Maybe somebody can help me to solve this problem?<br>Thanks<br>