Pre-release of 2.1.7

Alan DeKok aland at deployingradius.com
Fri Sep 4 10:26:16 CEST 2009


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.



More information about the Freeradius-Users mailing list