Installation on FreeBSD
Library libmysqlclient.so.6
- In /etc/defaults/rc.conf,
- add path to libmysqlclient.so.6, ldconfig_paths variable, /usr/local/lib/mysql
copy Makefile.BSD to Makefile
- add -I/usr/local/include
- add in radiusd.h
- #include <time.h>
- #include <sys/time.h>
- then make, make install