FreeRADIUS 3.0.3, --with-talloc-include-dir and CFLAGS
Axel Luttgens
axel.luttgens at skynet.be
Thu May 22 12:15:08 CEST 2014
Hello,
When compiling 3.0.3 with talloc installed in non standard directories, I have to provide configure with a hint by setting the CFLAGS variable:
CFLAGS='-I/path/to/tallocincludes' ./configure \
[...] \
--with-talloc-include-dir='/path/to/tallocincludes' \
--with-talloc-lib-dir='/path/to/talloclibs' \
[...]
Otherwise, make halts almost immediately with:
'talloc.h' file not found
#include <talloc.h>
^
1 error generated.
make: *** [build/objs/src/lib/cbuff.lo] Error 1
This is not needed with 3.0.2 on the same machine (Mac OS X 10.8.5, with the latest Command Line Tools for Xcode 5.1.1).
Sincerely,
Axel
More information about the Freeradius-Devel
mailing list