Hello,
I have a SER module which I've written in C and I'm trying to compile.
When I compile it I get this error:
20:53:24 root#proxy2:/usr/local/src/ser-0.9.0/modules/radius_cache>gcc
-shared -o radius_cache.so radius_cache.o
radius_cache.o: In function `_init':
radius_cache.o(.text+0x0): multiple definition of `_init'
/usr/lib/crti.o(.init+0x0): first defined here
Is there something else in SER that exports _init already?
Thanks.
-Daniel