Anyone built FR 3.0.12 pon OS X 10.10 ?
What's the best way to install stuff such as the taloc library? A
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.
o.k. simple solution is to just rdo brew install freeradius-server ... possibly ... trying it now A On 20 December 2016 at 11:09, Brian Candler <b.candler@pobox.com> wrote:
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/For mula/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 "fe4e1f52cc2873f6aee2b12b0f03236978e4632f2acf298f834686b240c 4183d" 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.
OSX is the primary development environment for myself and Alan D. Should just need to install talloc and Xcode command line tools (which I believe are automatically installed by homebrew). -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Yup, installed the brew version of 3.0.12, working just fine thx. A On 20 December 2016 at 15:08, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
OSX is the primary development environment for myself and Alan D.
Should just need to install talloc and Xcode command line tools (which I believe are automatically installed by homebrew).
-Arran
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
participants (3)
-
Alex Sharaz -
Arran Cudbard-Bell -
Brian Candler