Hi,
Go through the scripts/*mk, and remove the @ from the build rules. Run them again. Then find the one where jlibtool complains, and run that under valgrind.
i've removed the leading @'s from the .mk files...but the output looks exactly the same # 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: 0x0000000000ba21e0 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000ba3030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000bc4030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000be5030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000c06030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000000c27030 *** 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: 0x00000000020fc1e0 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x00000000020fd030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x000000000211e030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x000000000213f030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000002160030 *** *** glibc detected *** /usr/local/src/freeradius-server/scripts/jlibtool: malloc: top chunk is corrupt: 0x0000000002181030 *** 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 awaiting further instructions (and this is with a totally fresh git clone git://git.freeradius.org/freeradius-server.git) alan