Anyone built FR 3.0.12 pon OS X 10.10 ?

Brian Candler b.candler at pobox.com
Tue Dec 20 12:09:05 CET 2016


On 20/12/2016 10:43, Alex Sharaz wrote:
> What's the best way to install stuff such as the taloc library?
> A
>
Haven't done it myself, but:

$ brew search talloc
talloc ✔

Indeed, freeradius-server itself is in homebrew:

$ brew search radius
freeradius-server

$ head -15 
/usr/local//Homebrew/Library/Taps/homebrew/homebrew-core/Formula/freeradius-server.rb
class FreeradiusServer < Formula
   desc "High-performance and highly configurable RADIUS server"
   homepage "https://freeradius.org/"
   url 
"ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-3.0.12.tar.bz2"
   sha256 "fe4e1f52cc2873f6aee2b12b0f03236978e4632f2acf298f834686b240c4183d"
   head "https://github.com/FreeRADIUS/freeradius-server.git"

   bottle do
     sha256 
"e4d007b16ac62f010ed4aead35c17697f72e97a2d4d73a54ed7af22d43ca5524" => 
:sierra
     sha256 
"019f39ca70a186fdedb1f1ede009134fedae5b53b90a4dbb6c6dcba6cc92213e" => 
:el_capitan
     sha256 
"a0661e889d4171401e4a767b6f6df58188b1cb29f6e17e9d2f0b34c12598a7b3" => 
:yosemite
   end

   depends_on "openssl"
   depends_on "talloc"


Regards,

Brian.





More information about the Freeradius-Users mailing list