30 Apr
2015
30 Apr
'15
6:31 p.m.
Thanks guys.. got it to build and install cleanly with the bellow Dockerfile... "make deb" works too, but decided to use make install instead. I notice it installs as /etc/raddb... instead of the /etc/freeradius the previous package I was using used... also the binary is radiusd, instead of freeradius... is there a switch to ./configure to change these things? Thanks a lot, Mohamed. FROM ubuntu:latest # Run upgrades RUN apt-get update && apt-get -y upgrade # Install dependencies RUN apt-get install -y software-properties-common build-essential checkinstall libssl1.0.0 libssl-dev libtalloc-dev debhelper quilt autotools-dev libcurl4-gnutls-dev libcap-dev libgdbm-dev libiodbc2-dev libjson-c-dev libkrb5-dev libldap2-dev libpam0g-dev libpcap-dev libperl-dev libmysqlclient-dev libpq-dev libreadline-dev libsasl2-dev libsqlite3-dev libwbclient-dev libyubikey-dev python-dev RUN mkdir /src ADD files/freeradius-server-3.0.8.tar.gz /src RUN cd /src/freeradius-server-3.0.8 && ./configure --prefix=/ && make && make install On Thu, Apr 30, 2015 at 5:05 PM, Ben Humpert <ben@an3k.de> wrote: > 2015-04-30 20:28 GMT+02:00 Mohamed Lrhazi <Mohamed.Lrhazi@georgetown.edu>: > > This ppa seems to only have 3.0.3: > > https://launchpad.net/~freeradius/+archive/ubuntu/stable-3.0 > > > > I see there is a test version with has 3.1.x : > > https://launchpad.net/~freeradius/+archive/ubuntu/testing-3.x > > > > The latter is probably not a good idea :) > > > > I am gonna learn howto build from source... but if there is a ppa or yum > > repo for latest 3.x I would love to try that instead. > > Following this guide it is easy as apt-get install :) > http://wiki.freeradius.org/building/Build#Building-Debian-packages > > > Thanks, > > Mohamed. > > > > > > On Thu, Apr 30, 2015 at 1:19 PM, Alan DeKok <aland@deployingradius.com> > > wrote: > > > >> On Apr 30, 2015, at 12:57 PM, Mohamed Lrhazi < > >> Mohamed.Lrhazi@georgetown.edu> wrote: > >> > How would you debug this in production settings? should I upgrade to > >> newer > >> > version first? > >> > >> Yes, upgrade. > >> > >> Alan DeKok. > >> > >> > >> - > >> List info/subscribe/unsubscribe? See > >> http://www.freeradius.org/list/users.html > >> > > - > > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html >