<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=459294320-12082005><FONT face=Arial size=2>Hello, I signed up 
with IPCB to terminate international traffic. </FONT></SPAN></DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial size=2>I tried compiling 
their module ipcb_auth_adapter under FreeBSD 5.4 using the following 
syntax</FONT></SPAN></DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial size=2>gmake 
modules=modules/ipcb_auth_adapter modules</FONT></SPAN></DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial size=2>But all I got is a 
lot of errors (see below) and the module wont compile. Is some one else using 
IPCB for termination traffic from their SER?</FONT></SPAN></DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial size=2>gmake[1]: Entering 
directory 
`/root/ser-0.9.3/modules/ipcb_auth_adapter'<BR>../../Makefile.rules:80: 
sip_md5.d: No such file or directory<BR>sip_md5.c:11:23: md5global.h: No such 
file or directory<BR>gcc -fPIC -DPIC -g -O9 -funroll-loops&nbsp; 
-Wcast-align&nbsp; -Wall&nbsp;&nbsp; -minline-all-stringops -malign-double 
-falign-loops -mtune=athlon&nbsp;&nbsp; -Wmain -Wimplicit 
-Wmissing-braces&nbsp;&nbsp;&nbsp;&nbsp; -DNAME='"ser"' -DVERSION='"0.9.3"' 
-DARCH='"i386"' -DOS='"freebsd"' -DCOMPILER='"gcc 3.4"' -D__CPU_i386 
-D__OS_freebsd -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM&nbsp; 
-DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE&nbsp; 
-DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024&nbsp; 
-DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN 
-DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_CONNECT_ECONNRESET_BUG -c 
ipcb_auth_adapter.c -o ipcb_auth_adapter.o<BR>ipcb_auth_adapter.c:96: error: 
variable `nonce_regex' has initializer but incomplete 
type<BR>ipcb_auth_adapter.c:97: error: variable `realm_regex' has initializer 
but incomplete type<BR>ipcb_auth_adapter.c:98: error: variable `to_user_regex' 
has initializer but incomplete type<BR>ipcb_auth_adapter.c: In function 
`on_load':<BR>ipcb_auth_adapter.c:126: error: syntax error before 
"old_syntax"<BR>ipcb_auth_adapter.c:137: error: `old_syntax' undeclared (first 
use in this function)<BR>ipcb_auth_adapter.c:137: error: (Each undeclared 
identifier is reported only once<BR>ipcb_auth_adapter.c:137: error: for each 
function it appears in.)<BR>ipcb_auth_adapter.c:137: warning: implicit 
declaration of function `re_set_syntax'<BR>ipcb_auth_adapter.c:137: error: 
`RE_SYNTAX_EGREP' undeclared (first use in this 
function)<BR>ipcb_auth_adapter.c:139: warning: implicit declaration of function 
`re_compile_pattern'<BR>ipcb_auth_adapter.c:145: error: invalid use of undefined 
type `struct re_pattern_buffer'<BR>ipcb_auth_adapter.c:145: error: `REGS_FIXED' 
undeclared (first use in this function)<BR>ipcb_auth_adapter.c:146: error: 
invalid use of undefined type `struct 
re_pattern_buffer'<BR>ipcb_auth_adapter.c:147: error: invalid use of undefined 
type `struct re_pattern_buffer'<BR>ipcb_auth_adapter.c: In function 
`on_unload':<BR>ipcb_auth_adapter.c:156: warning: passing arg 1 of `regfree' 
from incompatible pointer type<BR>ipcb_auth_adapter.c:157: warning: passing arg 
1 of `regfree' from incompatible pointer type<BR>ipcb_auth_adapter.c:158: 
warning: passing arg 1 of `regfree' from incompatible pointer 
type<BR>ipcb_auth_adapter.c: In function 
`remove_hf':<BR>ipcb_auth_adapter.c:359: warning: implicit declaration of 
function `del_lump'<BR>ipcb_auth_adapter.c: In function 
`extract_first_group':<BR>ipcb_auth_adapter.c:373: error: variable `match' has 
initializer but incomplete type<BR>ipcb_auth_adapter.c:373: warning: excess 
elements in struct initializer<BR>ipcb_auth_adapter.c:373: warning: (near 
initialization for `match')<BR>ipcb_auth_adapter.c:373: warning: excess elements 
in struct initializer<BR>ipcb_auth_adapter.c:373: warning: (near initialization 
for `match')<BR>ipcb_auth_adapter.c:373: warning: excess elements in struct 
initializer<BR>ipcb_auth_adapter.c:373: warning: (near initialization for 
`match')<BR>ipcb_auth_adapter.c:373: error: storage size of 'match' isn't 
known<BR>ipcb_auth_adapter.c:378: warning: implicit declaration of function 
`re_search'<BR>ipcb_auth_adapter.c:373: warning: unused variable 
`match'<BR>ipcb_auth_adapter.c: At top level:<BR>ipcb_auth_adapter.c:96: error: 
storage size of `nonce_regex' isn't known<BR>ipcb_auth_adapter.c:97: error: 
storage size of `realm_regex' isn't known<BR>ipcb_auth_adapter.c:98: error: 
storage size of `to_user_regex' isn't known<BR>gmake[1]: *** 
[ipcb_auth_adapter.o] Error 1<BR>gmake[1]: Leaving directory 
`/root/ser-0.9.3/modules/ipcb_auth_adapter</FONT></SPAN></DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=459294320-12082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML>