Dave Wreski <[EMAIL PROTECTED]> wrote: > It seems radiusd is still linked against the system libtool, but this is > a development box, and the production box won't have libtool installed. > > Is this a bug or am I doing something wrong?
It's most likely a local linker problem. If the compile command has '-lltdl', then it's difficult to know *which* libtool the linker will pick. Try editing the makefile, or re-typing the link command, so that instead of '-lltdl', it just links in the library as an object, like '../../libltdl/libltdl.a' That should work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
