Arran Cudbard-Bell wrote: > Here's the full output for those lines: OK... so it's using the *system* libltdl. Ugh.
How about this: - edit the top-level "Make.inc" - make it look like this: LIBLTDL = -lltdl INCLTDL = LTDL_SUBDIRS = Do a "make clean", and "rm -rf ./libltdl" Then "make". I suspect that will work, if you have libltdl-dev installed for the header files. If it does, then the problem is likely in libtool. It has this *magic* property where it will happily build things using the local libltdl include files... and then *link* to the system libltdl, EVEN THOUGH the link line points directly to the local libltl. Ugh. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html