hi everyone,<br>when i compile new version i get follow error:<br><br>make[1]: Entering directory `/net/u/ntm/Desktop/ser-2.1.0+cvs20070404/modules/auth_db&#39;<br>make[1]: Leaving directory `/net/u/ntm/Desktop/ser-2.1.0+cvs20070404/modules/auth_db
&#39;<br>make[1]: Entering directory `/net/u/ntm/Desktop/ser-2.1.0+cvs20070404/modules/auth_db&#39;<br>gcc -fPIC -DPIC -g -O9 -funroll-loops&nbsp; -Wcast-align&nbsp; -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64&nbsp;&nbsp; -Wall&nbsp;&nbsp;&nbsp;&nbsp; -DNAME=&#39;&quot;ser&quot;&#39; -DVERSION=&#39;&quot;
2.1.0+cvs20070404&quot;&#39; -DARCH=&#39;&quot;i386&quot;&#39; -DOS=&#39;linux_&#39; -DOS_QUOTED=&#39;&quot;linux&quot;&#39; -DCOMPILER=&#39;&quot;gcc 4.1.2&quot;&#39; -D__CPU_i386 -D__OS_linux -DSER_VER=2001000 -DCFG_DIR=&#39;&quot;/usr/local/etc/ser/&quot;&#39; -DPKG_MALLOC -DSHM_MEM&nbsp; -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DDBG_QM_MALLOC&nbsp; -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024&nbsp; -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DHAVE_SELECT -c authdb_mod.c -o authdb_mod.o
<br>In file included from authdb_mod.c:49:<br>authdb_mod.h:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'auth_dbf'<br>authdb_mod.c:106: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'auth_dbf'
<br>authdb_mod.c: In function 'child_init':<br>authdb_mod.c:165: error: 'auth_dbf' undeclared (first use in this function)<br>authdb_mod.c:165: error: (Each undeclared identifier is reported only once<br>authdb_mod.c:165: error: for each function it appears in.)
<br>authdb_mod.c: In function 'mod_init':<br>authdb_mod.c:180: warning: implicit declaration of function 'bind_dbmod'<br>authdb_mod.c:180: error: 'auth_dbf' undeclared (first use in this function)<br>authdb_mod.c: In function 'destroy':
<br>authdb_mod.c:206: error: 'auth_dbf' undeclared (first use in this function)<br>authdb_mod.c: In function 'authdb_fixup':<br>authdb_mod.c:226: error: 'auth_dbf' undeclared (first use in this function)<br>authdb_mod.c:231: warning: implicit declaration of function 'table_version'
<br>make[1]: *** [authdb_mod.o] Error 1<br>make[1]: Leaving directory `/net/u/ntm/Desktop/ser-2.1.0+cvs20070404/modules/auth_db&#39;<br>make: *** [modules] Error 1<br><br>anyone know why and how correct it.<br>thanks<br>T.
<br>