Re: Centos 5.2 How To

2008-11-27 Thread Jos Vos
On Thu, Nov 27, 2008 at 08:48:17PM +, [EMAIL PROTECTED] wrote: > I've gone down the route of using the SPEC file to build the latest > release several times - but in most cases its just GIT repository all > the time > > (the main issue with RPMs is they give the idea of stability > and often

Re: Centos 5.2 How To

2008-11-27 Thread A . L . M . Buxey
Hi, > Or what else? Is just running ./confugure; make; make install (and > not using RPMs at all) better than taking a Fedora src.rpm to start with? for some people, yes (though only so long as all the supporting libraries and dev packages have been installed via RPM first ;-) ) I've gone down

Re: Centos 5.2 How To

2008-11-27 Thread Jos Vos
On Thu, Nov 27, 2008 at 06:00:20PM +0100, Marinko Tarlac wrote: > >Just one comment from a system management point of view: if you run > >CentOS, meant as a stable production OS, you probably wants to care > >for not screwing up your system. Installing software without an > >RPM, especially softw

Re: Centos 5.2 How To

2008-11-27 Thread Marinko Tarlac
Jos Vos wrote: On Thu, Nov 27, 2008 at 03:16:50PM +0100, Marinko Tarlac wrote: configure is your friend. Read output and install what is needed. Just one comment from a system management point of view: if you run CentOS, meant as a stable production OS, you probably wants to care for

Re: Centos 5.2 How To

2008-11-27 Thread Ted Lum
Where a particular distro typically supports a particular application, like FreeRadius, through its normal repository/package manager it is a very bad idea to simply configure/build from source. The original poster of this assertion is absolutely correct. The .spec for the rpmbuild often calls

Re: Centos 5.2 How To

2008-11-27 Thread A . L . M . Buxey
Hi, > Just one comment from a system management point of view: if you run > CentOS, meant as a stable production OS, you probably wants to care > for not screwing up your system. Installing software without an > RPM, especially software that already is provided by the distro > itself, is the *wor

RE: Centos 5.2 How To

2008-11-27 Thread tnt
>I managed to get it started, When i do a radcheck i now get the >following error... > .. >users: Matched entry DEFAULT at line 152 .. >rlm_sql (sql): sql_set_user escaped user --> 'radius' >radius_xlat: 'SELECT id, UserName, Attribute, Value, op FROM >radcheck WHERE Userna

RE: Centos 5.2 How To

2008-11-27 Thread Bashir Jahed
of id 33 to 127.0.0.1 port 38949 Waking up in 4 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 33 with timestamp 492ea321 Nothing to do. Sleeping until we see a request. I have a feeling it is looking for a record in the radgroupcheck table, but this table is empty, sh

Re: Centos 5.2 How To

2008-11-27 Thread Jos Vos
On Thu, Nov 27, 2008 at 03:16:50PM +0100, Marinko Tarlac wrote: > configure is your friend. Read output and install what is needed. Just one comment from a system management point of view: if you run CentOS, meant as a stable production OS, you probably wants to care for not screwing up your syst

Re: Centos 5.2 How To

2008-11-27 Thread Marinko Tarlac
#yum install mysql-devel mysql (see what is missing and install it with yum) FreeRadius install from tar.gz archive (www.freeradius.org -> Downloads). 2.1.1 works perfectly. # wget . # tar -xvzf freeradiustar.gz # ./configure # make # make install Location is /usr/local/etc/raddb confi

Re: Centos 5.2 How To

2008-11-27 Thread Alan DeKok
Bashir Jahed wrote: > Ok, > > I have re-installed, updated, installed freeradius. Freeradius-mysql, > mysql, mysql-devel. Created db, imported tables from examples in > /usr.share/doc/freradius/.../...sql as per docs. Created db user, edited > sql.conf file to match, uncommented sql in authorize a

RE: Centos 5.2 How To

2008-11-27 Thread Bashir Jahed
On Behalf Of Jos Vos Sent: 27 November 2008 11:30 To: FreeRadius users mailing list Subject: Re: Centos 5.2 How To On Thu, Nov 27, 2008 at 11:19:52AM +0200, Bashir Jahed wrote: > I installed from rpm, rpmbuild against kernel from the src file. > Installed all modules put out by build

Re: Centos 5.2 How To

2008-11-27 Thread Jos Vos
On Thu, Nov 27, 2008 at 11:19:52AM +0200, Bashir Jahed wrote: > I installed from rpm, rpmbuild against kernel from the src file. > Installed all modules put out by build as well as all modules for > freeradius via yum. What is the best way to install freeradius, via > source/yum or rpm? Not sure

RE: Centos 5.2 How To

2008-11-27 Thread Bashir Jahed
] org] On Behalf Of [EMAIL PROTECTED] Sent: 27 November 2008 11:16 To: FreeRadius users mailing list Subject: Re: Centos 5.2 How To Hi, > I have been struggling for days trying to get freeradius installed on > Centos 5.2 i386, I get basic pap authentication working but when i try >

Re: Centos 5.2 How To

2008-11-27 Thread A . L . M . Buxey
Hi, > I have been struggling for days trying to get freeradius installed on > Centos 5.2 i386, I get basic pap authentication working but when i try > and use authentication with mysql as the db i get errors saying "can't > find module sql" when running "radiusd -X" As soon as i uncomment "sql" >

RE: Centos 5.2 How To

2008-11-27 Thread Bashir Jahed
Yes I did install it, first thing i did... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Jos Vos Sent: 27 November 2008 11:10 To: FreeRadius users mailing list Subject: Re: Centos 5.2 How To On Thu, Nov 27, 2008 at 10:50:45AM +0200, Bashir Jahed

Re: Centos 5.2 How To

2008-11-27 Thread Jos Vos
On Thu, Nov 27, 2008 at 10:50:45AM +0200, Bashir Jahed wrote: > I have been struggling for days trying to get freeradius installed on > Centos 5.2 i386, I get basic pap authentication working but when i try > and use authentication with mysql as the db i get errors saying "can't > find module sql"

Centos 5.2 How To

2008-11-27 Thread Bashir Jahed
Hi All, New to freeradius I am needs to be said... I have been struggling for days trying to get freeradius installed on Centos 5.2 i386, I get basic pap authentication working but when i try and use authentication with mysql as the db i get errors saying "can't find module sql" when runnin