On 09/10/12 15:23, Morris, Andi wrote:
Firstly running ./configure failed because my server (CentOS 5.5) didn’t have a C compiler installed. I installed GCC via yum, and on we go. Now the configure.log tells me I don’t have make installed. I installed that via yum, and on we go.
You need more than "gcc" and "make". A *lot* more. Try: yum groupinstall "Development Tools" yum groupinstall "Development Libraries"
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory conftest.c:8:28: error: ac_nonexistent.h: No such file or directory conftest.c:16: error: size of array 'off_t_is_large' is negative conftest.c:26: error: 'not' undeclared (first use in this function)
Your build environment is horribly broken. I'm surprised "configure" succeeded. It should really have failed.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

