This is a discussion on Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502 within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi guys, I installed freeradius 1.0.2 on my redhat box. all thing is working well. But there is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi guys,
I installed freeradius 1.0.2 on my redhat box. all thing is working well. But there is some error like: Mon May 2 14:43:09 2005 : Error: Exec-Program: Abnormal child exit: No child processes Mon May 2 15:06:36 2005 : Error: Dropping conflicting packet from client 10.0.0.28:1812 - ID: 12 due to unfinished request 2065 In radius log file. I read more threads about this error, and at last i found, that i have to upgrade with snapshot. I don't have any idea how to upgrade but for the test I downloaded it from the web site and i tried to install using following commond: $ ./configure $ make $ make install But when i am running make. I found 2 error which i am going to post following macsha1.c -fPIC -DPIC -o .libs/hmacsha1.o In file included from hmacsha1.c:15: .../include/sha1.h:15: syntax error before "uint32_t" .../include/sha1.h:15: warning: no semicolon at end of struct or union .../include/sha1.h:16: warning: data definition has no type or storage class .../include/sha1.h:17: syntax error before "buffer" .../include/sha1.h:17: warning: data definition has no type or storage class .../include/sha1.h:18: syntax error before '}' token .../include/sha1.h:18: warning: data definition has no type or storage class .../include/sha1.h:20: syntax error before "state" .../include/sha1.h:21: syntax error before '*' token .../include/sha1.h:22: syntax error before '*' token .../include/sha1.h:23: syntax error before "digest" .../include/sha1.h:29: syntax error before "digest" .../include/sha1.h:34: syntax error before "mk" hmacsha1.c: In function `lrad_hmac_sha1': hmacsha1.c:37: syntax error before "context" hmacsha1.c:49: syntax error before "tctx" hmacsha1.c:51: `tctx' undeclared (first use in this function) hmacsha1.c:51: (Each undeclared identifier is reported only once hmacsha1.c:51: for each function it appears in.) hmacsha1.c:124: `context' undeclared (first use in this function) gmake[4]: *** [hmacsha1.lo] Error 1 gmake[4]: Leaving directory `/usr/local/freeradius-snapshot-20050502/src/lib' gmake[3]: *** [common] Error 2 gmake[3]: Leaving directory `/usr/local/freeradius-snapshot-20050502/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/local/freeradius-snapshot-20050502/src' gmake[1]: *** [common] Error 2 gmake[1]: Leaving directory `/usr/local/freeradius-snapshot-20050502' make: *** [all] Error 2 [root@voipbilling freeradius-snapshot-20050502]# Can any one help me how i can do it? Abdul Lateef __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |