RE: Compile problems

2008-08-29 Thread David Blood
gt; Sent: Thursday, August 28, 2008 11:54 PM > To: FreeRadius users mailing list > Subject: Re: Compile problems > > David Blood wrote: > > I wish what you said was true. I see that in Make.inc sysconfdir is > set to /etc. Great. The problem is when I run radius -X after >

Re: Compile problems

2008-08-29 Thread A . L . M . Buxey
Hi, > I wish what you said was true. I see that in Make.inc sysconfdir is set to > /etc. Great. The problem is when I run radius -X after installing. It says > it is looking for the config files in /usr/local/etc/raddb. I can use > radiusd -Xd /etc/raddb and things work fine. The problem i

Re: Compile problems

2008-08-28 Thread Alan DeKok
David Blood wrote: > I wish what you said was true. I see that in Make.inc sysconfdir is set to > /etc. Great. The problem is when I run radius -X after installing. It says > it is looking for the config files in /usr/local/etc/raddb. I can use > radiusd -Xd /etc/raddb and things work fine.

RE: Compile problems

2008-08-28 Thread David Blood
gt; Sent: Thursday, August 28, 2008 1:35 PM > To: FreeRadius users mailing list > Subject: Re: Compile problems > > David Blood wrote: > > I have deleted all the files and reextracted them and still have this > problem. I can see in the make install output that It is trying

Re: Compile problems

2008-08-28 Thread Alan DeKok
David Blood wrote: > I have deleted all the files and reextracted them and still have this > problem. I can see in the make install output that It is trying to install > the configuration files in the /etc/raddb and warns me that there are files > there that are old then it's new ones. That’s

RE: Compile problems

2008-08-28 Thread David Blood
In line David Blood > -Original Message- > From: freeradius-users- > [EMAIL PROTECTED] [mailto:freeradius- > [EMAIL PROTECTED] On Behalf Of > Alan DeKok > Sent: Thursday, August 28, 2008 12:13 AM > To: FreeRadius users mailing list > Subject: Re: Compile problem

Re: Compile problems

2008-08-27 Thread Alan DeKok
David Blood wrote: > 1.I am installing on a centos 4.5 box and would like freeradius > to install the config file in the correct place (i.e. /etc/raddb) > setting the prefix=’’ Don't do that. Use "prefix=/", if anything. > ( or sysconfdir=’/etc/raddb’) Use "sysconfdir=/etc" > in th

Re : Compile problems on Solaris 10

2007-03-16 Thread Eshun Benjamin
gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o In file included from pam_radius_auth.h:23, from pam_radius_auth.c:63: md5.h:21: error: syntax error before 'u_int32_t' md5.h:21: warning: no semicolon at end of struct or union check out what is going on in pam_radius_auth

Re: Compile problems on Solaris 10

2007-03-15 Thread Paul Goodman
That did it, thank you! Tomas Hoger wrote: > On 3/15/07, Paul Goodman <[EMAIL PROTECTED]> wrote: >> I am trying to compile the pam_radius-1.3.16 modules on a Solaris 10 system, >> but when I run make, I get the following error: >> >> gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o >> In

Re: Compile problems on Solaris 10

2007-03-15 Thread Tomas Hoger
On 3/15/07, Paul Goodman <[EMAIL PROTECTED]> wrote: > I am trying to compile the pam_radius-1.3.16 modules on a Solaris 10 system, > but when I run make, I get the following error: > > gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o > In file included from pam_radius_auth.h:23, >