2 Jun
2011
2 Jun
'11
1:33 p.m.
K Arvind wrote:
I’m trying to build freeradius-server-2.1.10 with the configure flags “-enabled-shared” set to yes, and “–enable-static” set to no. In the make step, I get a warning “libfreeradius-radius-2.1.10.so, needed by libeap/.libs/libfreeradius-eap.so, not found (try using -rpath or -rpath-link)” that seems to lead to a series of undefined reference errors.
Any input or suggestions on this would be appreciated.
This is largely a build issue which can be solved by examining the Makefiles. i.e. it's a build on an unusual platform with unusual configuration flags. This requires experience with build systems. Alan DeKok.