What is needed to compile FreeRadius ?

2004-03-02 Thread Aime
All, I would like to know what must be in place in order to successfully compile Freeradius. I got following error when doing ./configure = localhost:~/freeradius-0.9.3.orig# ./configure loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... no

RE: What is needed to compile FreeRadius ?

2004-03-02 Thread Max Belousov
Title: RE: What is needed to compile FreeRadius ? Looks like you do not have compiler installed. Gcc is a most popular compiler. Install it and then run it again -Original Message- From: Aime [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 02, 2004 12:33 PM To: [EMAIL PROTECTED

Re: What is needed to compile FreeRadius ?

2004-03-02 Thread Daryl Tester
Aime wrote: > I would like to know what must be in place in order to > successfully compile Freeradius. A complete compiling environment - the error below, namely, this bit: > configure:869: gcc -o conftestconftest.c 1>&5 > /usr/bin/ld: cannot open crt1.o: No such file or > directory means

RE: What is needed to compile FreeRadius ?

2004-03-02 Thread Aime
not have compiler installed. > Gcc is a most popular compiler. > > Install it and then run it again > > > > -Original Message- > From: Aime [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 02, 2004 12:33 PM > To: [EMAIL PROTECTED] > Subject: What is

RE: What is needed to compile FreeRadius ?

2004-03-02 Thread Steinberger, Jacob
Tuesday, March 02, 2004 3:41 PM > To: [EMAIL PROTECTED] > Subject: RE: What is needed to compile FreeRadius ? > > > I am using Debian and gcc seems to be installed on my > computer: > > == > localhost:~/freeradius-0.9.3.orig# uname -r > 2.4.22-1-386 > localhos

RE: What is needed to compile FreeRadius ?

2004-03-02 Thread Aime
ed. > Gcc is a most popular compiler. > > Install it and then run it again > > > > -Original Message- > From: Aime [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 02, 2004 12:33 PM > To: [EMAIL PROTECTED] > Subject: What is needed to compile FreeRadiu

Re: What is needed to compile FreeRadius ?

2004-03-02 Thread Paul Hampson
On Tue, Mar 02, 2004 at 01:51:27PM -0800, Aime wrote: > gcc seems to be insatlled ( see output below) > localhost:~/freeradius-0.9.3.orig# uname -r > 2.4.22-1-386 > localhost:~/freeradius-0.9.3.orig# dpkg -l | grep gcc > ii gcc3.3.2-2The GNU C compiler > ii gcc-3.2-base 3.2

Re: What is needed to compile FreeRadius ?

2004-03-02 Thread Aime
Thanks Paul, I installed the libc6-dev and could go further. In fact as i was having problem compiling , i use Paul's debian package at www.tbble.com/freeradius but could not find rlm_sqlcounter that i would like to try. Now how can i compile only a module if the module is missing ? Thanks in a

Re: What is needed to compile FreeRadius ?

2004-03-02 Thread Roberto Tagliaferri
Aime wrote: All, I would like to know what must be in place in order to successfully compile Freeradius. I got following error when doing ./configure = localhost:~/freeradius-0.9.3.orig# ./configure loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) wo

Re: What is needed to compile FreeRadius ?

2004-03-03 Thread Paul Hampson
On Tue, Mar 02, 2004 at 02:28:16PM -0800, Aime wrote: > I installed the libc6-dev and could go further. > In fact as i was having problem compiling , i use > Paul's debian package at www.tbble.com/freeradius but > could not find rlm_sqlcounter that i would like to > try. > Now how can i compile o