8 Jan
2010
8 Jan
'10
2:39 a.m.
Nick Rogers wrote:
I'm having problems getting the latest FreeBSD port of freeradius2 to work with a perl hook that requires the IO perl module. I realize this is likely a FreeBSD ports compilation problem but I am hoping someone here can shed some light.
It's likely a problem resolving global symbols in libraries. Download 2.1.8, and look for HAVE_LT_DLADVISE_INIT in src/main/modules.c. That code isn't build because it hasn't been tested. But it's *supposed* to solve these kinds of issues. Alan DeKok.