8 Dec
2011
8 Dec
'11
11:17 a.m.
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.