hi, still cant build (Alan aware - I'm trying to get him access to duplicate of this system - CentOS6.3 ) # make Making all in src... Making all in src/include... Making all in src/lib... CC dict.c CC filters.c CC hash.c CC hmac.c CC hmacsha1.c CC isaac.c CC log.c CC misc.c CC missing.c CC md4.c CC md5.c CC print.c print.c: In function ‘vp_prints_value’: print.c:270: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ print.c:270: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ CC radius.c CC rbtree.c CC sha1.c CC snprintf.c CC strlcat.c CC strlcpy.c CC token.c CC udpfromto.c CC valuepair.c CC fifo.c CC packet.c CC event.c CC getaddrinfo.c CC vqp.c CC heap.c CC dhcp.c dhcp.c: In function ‘fr_dhcp_encode’: dhcp.c:1462: warning: comparison between signed and unsigned integer expressions dhcp.c: In function ‘fr_dhcp_add_arp_entry’: dhcp.c:1581: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ CC tcp.c CC base64.c LINK libfreeradius-radius.la dict.lo filters.lo hash.lo hmac.lo hmacsha1.lo isaac.lo log.lo misc.lo missing.lo md4.lo md5.lo print.lo radius.lo rbtree.lo sha1.lo snprintf.lo strlcat.lo strlcpy.lo token.lo udpfromto.lo valuepair.lo fifo.lo packet.lo event.lo getaddrinfo.lo vqp.lo heap.lo dhcp.lo tcp.lo base64.lo *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000e671e0 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000e68030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000e89030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000eaa030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000ecb030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000eec030 *** gcc: unrecognized option '-release=3.0.0' Making all in src/modules... Making all in src/modules/rlm_acctlog... CC rlm_acctlog.c LINK rlm_acctlog.la rlm_acctlog.lo *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x00000000015941e0 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000001595030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x00000000015b6030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x00000000015d7030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x00000000015f8030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000001619030 *** Can not find suitable library for /usr/local/src/freeradius-server/src/lib/libfreeradius-radius.la gmake[6]: *** [rlm_acctlog.la] Error 1 gmake[5]: *** [rlm_acctlog] Error 2 gmake[4]: *** [all] Error 2 gmake[3]: *** [modules] Error 2 gmake[2]: *** [all] Error 2 gmake[1]: *** [src] Error 2 make: *** [all] Error 2 however, that "gcc: unrecognized option '-release=3.0.0'" looks wrong here too. configure option was: ./configure --prefix=/usr --with-large-files --with-raddbdir=/etc/raddb --with-snmp --with-experimental-modules --enable-developer (--enable-developer is no longer needed when from HEAD as its implicit but hey..) alan