On Mon, May 02, 2005 at 10:54:39PM -0700, Abdul Lateef wrote:
> 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:

http://www.freeradius.org/development.html#cvs

Best thing to do would be...
cvs -d :pserver:[EMAIL PROTECTED]:/source login
(CVS password: anoncvs)
cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -j release_1_0 radiusd 

Which will give you the current 1.0.3 candidate. Then you can cvs update
whenever something else comitted to it.

Alternatively, you can grab the source and patch for Debian's 1.0.2-3
from your nearest debian mirror (That's pool/main/f/freeradius/, grab
freeradius_1.0.2-3.diff.gz and freeradius_1.0.2.orig.tar.gz) although
you won't get the files that Debian cannot distribute as free
software... That's only later RFCs as I recall.

Of course, if you were running Debian this fix would be only an
apt-get away. ^_^

> $ ./configure

>       $ 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

I think the CVS snapshots at the moment are in flux... If
not, you're the second person I've seen hit this, so... Hmm.

-- 
Paul "TBBle" Hampson, on an alternate email client.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to