Problem "linking" external library to freeradius module

Alan DeKok aland at deployingradius.com
Sat Sep 30 22:03:36 CEST 2006


kky <mingyur at inventati.org> wrote:
>     RLM_CFLAGS  = $(INCLTDL) -I../.. -I../../libeap \
>     -I/usr/local/include -I/usr/local/lib -I/usr/include \
>     -L/tmp/freeradius-$(VERS)/src/lib \
>     -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error

  See the rest of the Makefiles for rlm_eap_*.  They put the '-L' and
'-l' options into RLM_LIBS, not RLM_CFLAGS.

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog



More information about the Freeradius-Devel mailing list