Re[2]: CygWin - compiling errors

2002-07-25 Thread 3APA3A
Dear Chris Parker, --Wednesday, July 24, 2002, 10:39:02 PM, you wrote to [EMAIL PROTECTED]: CP At 09:42 PM 7/24/2002 +0400, 3APA3A wrote: Dear Dolfini Danilo, I tried to port FreeRADIUS to cygwin some time ago, but failed because of leak of POSIX semaphores. May be things are changed

CygWin - compiling errors

2002-07-24 Thread Dolfini Danilo
Hello, I need to compile freeRadius on Windows 2000 platform. I try to compile it with CygWin (see the following commands): ./configure make make install ...but the make command fails. Can someone help me to resolve this problem? Thanks in advance. Ragards,

Re: CygWin - compiling errors

2002-07-24 Thread 3APA3A
Dear Dolfini Danilo, I tried to port FreeRADIUS to cygwin some time ago, but failed because of leak of POSIX semaphores. May be things are changed --Wednesday, July 24, 2002, 6:49:20 PM, you wrote to [EMAIL PROTECTED]: DD Hello, DD I need to compile freeRadius on Windows 2000 platform. I

Re: CygWin - compiling errors

2002-07-24 Thread Chris Parker
At 09:42 PM 7/24/2002 +0400, 3APA3A wrote: Dear Dolfini Danilo, I tried to port FreeRADIUS to cygwin some time ago, but failed because of leak of POSIX semaphores. May be things are changed Last time I tried it was a lack of 'flock/lockf'. Suffice to say, cygwin is not a supportable

Compiling errors on Solaris 8 Please help

2002-05-28 Thread Russell Premont
I have just downloaded FreeRadius 0.5. and am trying to compile it on Solaris 8 for Sparc with the following option changes --localstatedir=/var --sysconfdir=/etc. I can run the configure command and everything is ok but when I run make I get the following errors gcc -g -O2 -D_REENTRANT

Re: Compiling errors on Solaris 8 Please help

2002-05-28 Thread Chris Parker
At 10:52 AM 5/28/2002 -0400, Russell Premont wrote: I have just downloaded FreeRadius 0.5. and am trying to compile it on Solaris 8 for Sparc with the following option changes --localstatedir=/var --sysconfdir=/etc. I can run the configure command and everything is ok but when I run make I get

Compiling errors

2002-05-17 Thread Russell Premont
I have just downloaded FreeRadius 0.5. and am trying to compile it on Solaris 8 for Sparc. I can run the configure command but when I run make I get the following errors gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DND EBUG -I../../include -c rlm_eap.c -o rlm_eap.o

Re: Compiling errors

2002-05-17 Thread Michael Klatsky
What did you use for configure options? I've compile on the same platform successfully. I use ldap and mysql (for accounting), so my configure options were:#!/bin/sh # ./configure --enable-ldap=yes --enable-mysql=yes Sincerely, Michael Klatsky Senior Unix Administrator Connecticut