hello i am given a project of installing freeRADIUS 1.1.7 on fedora core 7. i am unable to go next to the step "radiusd -x" kindly tell me some method to install it please help i have installed fedora core 7 on VmWare 5.5 and that on windows xp. do i need more than one computer to install this. i am a student at university 3rd year BSc computer science help me please _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
On 12/01/2008, adnan deura <adnandeura@hotmail.com> wrote:
hello i am given a project of installing freeRADIUS 1.1.7 on fedora core 7. i am unable to go next to the step "radiusd -x" kindly tell me some method to install it please help
http://wiki.freeradius.org/Build#Building_RedHat_packages Same applies for Fedora. Worked well for me. Although, does it have to be v 1.1.7? Version 2.0.0 is now out, and built fine for me on Fedora 8.
He should not have to compile it as there are numerous rpms available on the net. In any case I am fairly sure fedora ships with freeradius.. -Peter On Sat 12 Jan 2008, Rupert Finnigan wrote:
On 12/01/2008, adnan deura <adnandeura@hotmail.com> wrote:
hello i am given a project of installing freeRADIUS 1.1.7 on fedora core 7. i am unable to go next to the step "radiusd -x" kindly tell me some method to install it please help
http://wiki.freeradius.org/Build#Building_RedHat_packages
Same applies for Fedora. Worked well for me. Although, does it have to be v 1.1.7? Version 2.0.0 is now out, and built fine for me on Fedora 8. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Peter Nixon http://peternixon.net/
adnan deura wrote:
hello i am given a project of installing freeRADIUS 1.1.7 on fedora core 7. i am unable to go next to the step "radiusd -x"
radiusd is located in /usr/sbin so you can't just type radiusd unless /usr/sbin is in your path, which it won't unless you're root. Also, the radius server is normally started with an init script % service radiusd start To start on boot % chkconfig radiusd on
kindly tell me some method to install it please help
i have installed fedora core 7 on VmWare 5.5 and that on windows xp.
do i need more than one computer to install this.
i am a student at university 3rd year BSc computer science help me please
The F-7 repositories have 1.1.5, the F-8 repositories have 1.1.7 % yum install freeradius\* -- John Dennis <jdennis@redhat.com>
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
adnan deura -
John Dennis -
Peter Nixon -
Rupert Finnigan