On 10/22/2010 07:15 AM, KevinJin wrote:
AppSer01:root@/usr/local/src/kamailio-3.1.0/kamailio$ gmake Q=0 all
Makefile.defs defs skipped
Makefile.defs defs skipped
gmake[1]: Entering directory
`/usr/local/src/kamailio-3.1.0/kamailio/modules/db_mysql'
gcc -fPIC -DPIC -g -O9 -funroll-loops -mcpu=ultrasparc
-mtune=ultrasparc -Wall -m64 -DNAME='"kamailio"'
-DVERSION='"3.1.0"'
-DARCH='"sparc64"' -DOS='solaris_'
-DOS_QUOTED='"solaris"'
-DCOMPILER='"gcc 3.4.6"' -D__CPU_sparc64 -D__OS_solaris
-DSER_VER=3001000 -DCFG_DIR='"/usr/local/kamailio-3.1/etc/kamailio/"'
-DPKG_MALLOC -DSHM_MEM -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 -DUSE_NAPTR -DDBG_QM_MALLOC
-DUSE_TLS -DTLS_HOOKS -DUSE_CORE_STATS -DSTATISTICS -DMALLOC_STATS
-DWITH_AS_SUPPORT -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DSPARC64_MODE
-DHAVE_GETIPNODEBYNAME -DHAVE_SYS_SOCKIO_H -DHAVE_SCHED_YIELD
-DHAVE_ALLOCA_H -DUSE_SIGACTION -DHAVE_DEVPOLL -DHAVE_SELECT
-DHAVE_FILIO_H -DSER_MOD_INTERFACE -I/usr/local/include
-I/usr/local/include/mysql -I/usr/local/mysql/include
-I/usr/include/mysql -DMOD_NAME='"db_mysql"' -c my_cmd.c -o my_cmd.o
-MMD -MP
In file included from ../../globals.h:37,
from ../../pt.h:42,
from ../../counters.h:43,
from mysql_mod.h:39,
from my_cmd.c:40:
../../ip_addr.h:86: error: field `sin6' has incomplete type
../../ip_addr.h: In function `ip_addr_loopback':
../../ip_addr.h:283: warning: implicit declaration of function `htonl'
../../ip_addr.h:286: warning: implicit declaration of function
`IN6_IS_ADDR_LOOPBACK'
../../ip_addr.h: In function `sockaddr2ip_addr':
../../ip_addr.h:353: error: dereferencing pointer to incomplete type
../../ip_addr.h: In function `su_getport':
../../ip_addr.h:399: warning: implicit declaration of function `ntohs'
../../ip_addr.h: In function `su_setport':
../../ip_addr.h:418: warning: implicit declaration of function `htons'
gmake[1]: *** [my_cmd.o] Error 1
gmake[1]: Leaving directory
`/usr/local/src/kamailio-3.1.0/kamailio/modules/db_mysql'
gmake: *** [modules] Error 1
Thanks,
Kevin
Hello Kevin,
If you don't use IPv6 you can disable it at compile time. make distclean
&& make cfg and then edit config.mak and delete from CDEFS the
-DUSE_IPV6 define.
You should not have problems with this.
Marius