On Tue, 4 May 2004, Jon Arne Hegge wrote:

> Hi!
>
> Im using 0.9.3 and writing a custom module where i need to have access to
> some symbols in the rlm_eap module. My initial etst was to:
>
> RLM_CFLAGS = -I ..\rlm_eap
>
> in my modules Makefile. Ofcourse didnt work..."Relocation error" since the
> module was dependent on the rlm_eap module and its symbols wasnt found
> during runtime.
>
> Anyone have a tip on a easy way of doing this?
>
> Regards
> Jon Arne
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

Hi

answering myself here, i kind of solved this myself after a few hrs:
Makefile:

RLM_LIBS        = ../rlm_eap/rlm_eap.a

i just linked against the rlm_eap module, and it seems to work.
It might not be the best of ways.

Regards
Jon Arne

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to