Fajar A. Nugraha wrote:
With commit 8683265, it bombs out with
CC tls_listen.c tls_listen.c: In function 'tls_socket_recv': tls_listen.c:212:2: warning: implicit declaration of function 'dump_hex'
I've pushed a fix for that.
tls_listen.c:275:2: warning: implicit declaration of function 'record_minus' tls_listen.c: In function 'dual_tls_send': tls_listen.c:428:2: warning: implicit declaration of function 'record_plus'
And that. Sorry about the problems. My main development platform is the Mac. It looks like it's a lot more forgiving about dangling references than Linux.
and when I use BOILER=yes, the error is (several lines only):
build/objs/src/main/cb.o: In function `cbtls_info': /data/ppa/freeradius/3.0.0/freeradius-3.0.0+dfsg/src/main/cb.c:36: undefined reference to `SSL_get_ex_data'
Hmm... it's trying to build radeapclient. It looks like I have some more work to do there before it's done. I've pushed fixes so that configure/make work on Linux. Alan DeKok.