Hi, I'd like to build FreeRADIUS for Debian from source. Official FreeRADIUS-Wiki: https://wiki.freeradius.org/building/Debian-and-Ubuntu says that I should install dependencies first. They only state libssl-dev Are there more dependencies? Are the dependencies mentioned in "hard dependencies" some lines under the compilation instructions for make enough or are there more? Yours, Konstantin
On Wed, Apr 12, 2017 at 04:30:21PM +0200, Konstantin Knaab-Hinrichs via Freeradius-Users wrote:
I'd like to build FreeRADIUS for Debian from source.
Are there more dependencies? Are the dependencies mentioned in "hard dependencies" some lines under the compilation instructions for make enough or are there more?
Follow the instructions to build packages. Then all dependencies get pulled in for you. And you get nice packages rather than files spread around the system. If you really want to roll your own, you can choose what other packages are installed depending on the features you want, so it's not like there is a list of package dependencies. The configure stage will stop if there's something really required. The whole lot is listed in the package control file. https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/debian/control Matthew -- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
participants (2)
-
Konstantin Knaab-Hinrichs -
Matthew Newton