Posted too soon. If i exclude eval module, group_radius does not get
compiled too. Just says
# radius dictionary
touch /usr/local/etc/ser//dictionary.ser
install -m 644 etc/dictionary.ser /usr/local/etc/ser/
touch /usr/local/sbin//ser
install -m 755 ser /usr/local/sbin/
ERROR: module modules/group_radius/group_radius.so not compiled
make: *** [install-modules] Error 1
Regards,
Andrey.
On 3/2/07, Andrey Kuprianov <andrey.kouprianov(a)gmail.com> wrote:
Guys,
I've just updated sip_router from CVS. Cant compile eval module no
more. It says,
eval.c:33:23: error: uuid/uuid.h: No such file or directory
eval.c: In function 'sel_gen_uuid':
eval.c:1975: error: 'uuid_t' undeclared (first use in this function)
eval.c:1975: error: (Each undeclared identifier is reported only once
eval.c:1975: error: for each function it appears in.)
eval.c:1975: error: expected ';' before 'u'
eval.c:1976: warning: implicit declaration of function 'uuid_generate'
eval.c:1976: error: 'u' undeclared (first use in this function)
eval.c:1977: warning: implicit declaration of function 'uuid_unparse'
make[1]: *** [eval.o] Error 1
make[1]: Leaving directory `/home/andrey/sip_router/modules/eval'
make: *** [modules] Error 1
Plz, help :))
Andrey.