Linking Shared/Static library in Freeradius Module
    Alan DeKok 
    aland at deployingradius.com
       
    Thu Dec  8 17:17:46 CET 2011
    
    
  
Mustafa Reşit Şahin wrote:
...
> But when i use the method myprint() from the library print.so , i get
> the error when i run the server and send a message with radtest :
...
> -lc -L/home/resit/radius/lib/ /home/resit/radius/lib/print.so
  This is a dynamic linker problem.  You've put the library where ld.so
cannot find it.  Put the file into a normal directory, where the linker
can find it.
  This isn't a FreeRADIUS problem.
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list