Hi, I am trying to build the FreeRadius under Fedora Core 4, I found many info on how to buil FreeRadius on the Internet, which includes freeradius.org, and I tried several times and different info from websites but still without luck. Anyone has any info with step-by-step on how to build the Freeradius from scratch please share or point to where I can obtain those correct info, I would like to set it to work with PEAP, LEAP, TLS, and TTLS. FreeRadius 1.x and OpenSSL, etc... Very appreciated in advance, Timolthy __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Timolthy Keithy <timolthy_keithy@yahoo.com> wrote:
Anyone has any info with step-by-step on how to build the Freeradius from scratch please share or point to where I can obtain those correct info, I would like to set it to work with PEAP, LEAP, TLS, and TTLS.
Perhaps you could explain the problems you're running into. Saying "it doesn't work" means that no one will be able to help you. Alan Dekok.
Hi,
Hi, I am trying to build the FreeRadius under Fedora Core 4, I found many info on how to buil FreeRadius on the Internet, which includes freeradius.org, and I tried several times and different info from websites but still without luck.
what exactly is the problem? do you need to build it rather than just use the rebuilt FC4 RPM packaged version? to build it yourself, its pretty much that normal tar -xzvf freeradius-x.x.x.tar.gz cd freeradius-directory-just-created ./configure --with-options-you-need-or-dont-need make make install if it fails at the ./configure stage then you need to read the verbose output to see why it failed - which is normally due to a myriad of package-devel RPMs that havent been installed yet because you've never needed them before. alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Timolthy Keithy