Hmmmm, at this point I am not using a makefile, I am just compiling manually using these commands
gcc -c -WALL -fPIC -I/freeradius-1.1.0/src/include -DNDEBUG -o rlm_mymodule.o rlm_mymodule.c gcc -shared -lcurl -lssl -o rlm_mymodule.so rlm_mymodule.o -- View this message in context: http://www.nabble.com/dynamic-module-installation-t1325486.html#a3637118 Sent from the FreeRadius - User forum at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

