A.L.M.Buxey@lboro.ac.uk wrote:
just tried to compile FR 2.1.1 on a more vintage system than what I normally find myself on - RedHat ES 3
Theres a compile issue with Python module which didnt exist on the same platform with 2.0.5 - but I'll ignore that one for now - the important part is the base daemon itself:
/usr/src/freeradius-server-2.1.1/libtool --mode=compile gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/src/freeradius-server-2.1.1/src -DHOSTINFO=\"i686-pc-linux-gnu\" -DRADIUSD_VERSION=\"2.1.1\" -DOPENSSL_NO_KRB5 -c listen.c gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/src/freeradius-server-2.1.1/src -DHOSTINFO=\"i686-pc-linux-gnu\" -DRADIUSD_VERSION=\"2.1.1\" -DOPENSSL_NO_KRB5 -c listen.c -fPIC -DPIC -o .libs/listen.o listen.c:99:1: directives may not be used inside a macro argument
Yuck. That assert can simply be deleted. Alan DeKok.