[ncolug] Re: Help with Radius

  • From: "Chuck Stickelman" <CStickelman@xxxxxxxx>
  • To: <ncolug@xxxxxxxxxxxxx>
  • Date: Fri, 15 Jun 2007 18:43:31 -0400

Just to re-cap...

When running a Linux Distribution w/ strong package management support (which 
is almost any and all current distros) you should avoid building software from 
source.

In this instance, if there were significant features missing in the 1.1.13 
version then you might have a case for building from source.  Otherwise, I'd 
use the prepackaged version.

Also, if your wiling to build a program from sourcean thenb you might want to 
consider becoming a package maintainer... You're already 80 percent there...

Chuck 

-----Original Message-----
From: "Michael Knisely" <mknisely@xxxxxxxxxxxxxxxxxxxxxxx>
To: "ncolug@xxxxxxxxxxxxx" <ncolug@xxxxxxxxxxxxx>
Sent: 6/15/2007 5:10 PM
Subject: [ncolug] Re: Help with Radius

What's your distro?  Can apt/yum/etc. help with these issues?  I'm 
checking in Unbuntu's repositories and freeradius is there at 1.1.3.

As for your ln command.... that's just creating a hard link to that file 
to your current directory.  Were you in the directory where you were 
attempting to compile?

Can you please post the actual error you're getting, or even better, tee 
the output of your make to a file to attach?

Mike K.

Ken Allen wrote:
> As Chuck indicated the other day, I am helping on a Wireless Internet at 
> a campground and I am doing the Linux configuration.  I have the billing 
> software up and running, which is aMember.  I how need to setup Radius 
> on the billing server and I am having some issues on it.  Here is what I 
> did.
>  
> 1.    cd /usr/local/src
> 2.    wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.6.tar.gz
> 3.    tar zxvf freeradius-1.1.6.tar.gz
> 4.    cd freeradius-1.1.6
> 5.    ./configure
> 6.    make
>  
> How I run into an error at the end, it can't find lperl.  So I googled 
> and found that I need to do a ln to the perl so file. So....
>  
> 7.    ln /usr/local/lib/perl.so.5.8.8
> 8.    make
>  
> Ended with the same error.  Can someone please tell me what I am doing 
> wrong?
>  
> We need for the radius to hand out an I.P. address for the user and then 
> point them to the login page.  Once they authenticate then they can get 
> to the internet and they are pointed to the landing page.
> 
> Thanks,
> 
> Ken Allen
> KC8TDW
> A.E.C. Richland County Skywarn
> Ohio ARES District 6 Winlink Coordinator
> http://rcskywarn.kosinet.com/


To unsubscribe send to ncolug-request@xxxxxxxxxxxxx with 'unsubscribe' in the 
Subject field.


To unsubscribe send to ncolug-request@xxxxxxxxxxxxx with 'unsubscribe' in the 
Subject field.

Other related posts: