alan buxey wrote:
hi,
issue with 3.0.0 HEAD (which is stopping me from reporting bugs with 3.x !) still cannot build on CentOS 6.3 box
make fails with
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: 0x0000000001db51e0 ***
Well.. edit scripts/boiler.mk and scripts/libtool.mk. Remove the "@" in front of the lines doing the actual build. Then run it manually under valgrind to see what's up. I don't see it here, so I can't reproduce it. Alan DeKok.