On 19 Feb 2013, at 18:00, A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
But it works. Both valgrind and the talloc memory checker report minimal errors. There are just a few listeners leaked on exit, which is partly intentional. That will be fixed once the listeners are moved to talloc.
yep
checking for talloc.h... no configure: WARNING: talloc headers not found. Use --with-talloc-include-dir=<path>. configure: error: FreeRADIUS requires libtalloc
yum install libtalloc-devel
..then configure passes but it fails at:
CC src/main/tls.c CC src/main/tls_listen.c build/objs/src/main/conffile.o: In function `cf_section_parse': /usr/local/src/freeradius-server/src/main/conffile.c:1096: undefined reference to `cf_section_parse_free' collect2: ld returned 1 exit status make: *** [build/bin/local/radiusd] Error 1
Pushed fixed. Pull, rebuild. -Arran