On a Alix (32bit HW) with a Voyage V0.10 (Debian derevative) I am following this guide: http://wiki.freeradius.org/building/Build tar zxvf freeradius-<version>.tar.gz ./configure make su - root make install (It misses you have to change dir, but I can figure that out :) When i (as root) type make, I end up with this message: checking for _talloc in -ltalloc in /usr/local/lib... no checking for _talloc in -ltalloc in /opt/lib... no configure: WARNING: talloc library not found. Use --with-talloc-lib-dir=<path>. configure: error: FreeRADIUS requires libtalloc So I try to install libtalloc # apt-get install libtalloc Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libtalloc Same thing happens when I try: # apt-get install libtallocl Can anybode tell my what the lib is called so I can install it. (Presuming the problem is that simple) -- ------------------------------------------- Med venlig hilsen / Yours Sincerly Henrik Kressner kressner@synkro.dk
On 30 June 2016 at 13:19, Henrik Kressner <kressner@synkro.dk> wrote:
Can anybode tell my what the lib is called so I can install it.
Have you tried "apt-cache search libtalloc" to identify the name of the package to install? -Paul -- ---------------------------------------------------------------------- Paul Seward, Senior Systems Administrator, University of Bristol Paul.Seward@bristol.ac.uk +44 (0)117 39 41148 GPG Key ID: E24DA8A2 GPG Fingerprint: 7210 4E4A B5FC 7D9C 39F8 5C3C 6759 3937 E24D A8A2
On Thu, Jun 30, 2016 at 02:19:53PM +0200, Henrik Kressner wrote:
tar zxvf freeradius-<version>.tar.gz ./configure make su - root make install ... Can anybode tell my what the lib is called so I can install it.
libtalloc-dev You can use dpkg-buildpackage -us -uc -rfakeroot instad of make/make install to build Debian packages. 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>
On 30-06-2016 14:43, Matthew Newton wrote:
On Thu, Jun 30, 2016 at 02:19:53PM +0200, Henrik Kressner wrote:
tar zxvf freeradius-<version>.tar.gz ./configure make su - root make install ... Can anybode tell my what the lib is called so I can install it. libtalloc-dev
You can use
dpkg-buildpackage -us -uc -rfakeroot
instad of make/make install to build Debian packages.
Matthew
Thanks to Paul and Matthew for help. For information. After make install it does not install in /etc/raddb as I asumed, in my case it ended up in: /usr/local/etc/raddb I can live with that, now to som serius configing and testing. -- ------------------------------------------- Med venlig hilsen / Yours Sincerly Henrik Kressner kressner@synkro.dk Ingeniørfirmaet Synkro / Synkro Engineering Vædevej 64 5462 Morud http://www.synkro.dk Direkte 40 37 40 87
participants (3)
-
Henrik Kressner -
Matthew Newton -
Paul Seward