I'm trying to setup freeradius3.0.9 on cents 7 and I'm having an issue with it. When I first use ./configure it says that I can't find libtalloc so I had to use the --with-talloc-lib-dir flag. Before I used the flag I tried using yum to install the library but it said it was already there. I found the library in /usr/lib64 so I used the flag to point to that. But it still says that it can't see the library. How can I get talloc to work?
On Aug 8, 2015, at 8:28 PM, Lightfoot, Maurice P. <m.p.lightfoot@spartans.nsu.edu> wrote:
When I first use ./configure it says that I can't find libtalloc so I had to use the --with-talloc-lib-dir flag. Before I used the flag I tried using yum to install the library but it said it was already there. I found the library in /usr/lib64 so I used the flag to point to that. But it still says that it can't see the library. How can I get talloc to work?
You need to install the talloc headers, too. Reading the configure output helps. $ yum install talloc-dev Or something like that. I don't use RedHat, so I don't know for sure. Alan DeKok.
On Aug 8, 2015, at 2:51 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Aug 8, 2015, at 8:28 PM, Lightfoot, Maurice P. <m.p.lightfoot@spartans.nsu.edu> wrote:
When I first use ./configure it says that I can't find libtalloc so I had to use the --with-talloc-lib-dir flag. Before I used the flag I tried using yum to install the library but it said it was already there. I found the library in /usr/lib64 so I used the flag to point to that. But it still says that it can't see the library. How can I get talloc to work?
You need to install the talloc headers, too. Reading the configure output helps.
$ yum install talloc-dev
Or something like that. I don't use RedHat, so I don't know for sure.
yum install libtalloc-devel -Arran
Thanks!!! ________________________________________ From: Freeradius-Users <freeradius-users-bounces+m.p.lightfoot=spartans.nsu.edu@lists.freeradius.org> on behalf of Alan DeKok <aland@deployingradius.com> Sent: Saturday, August 8, 2015 2:51 PM To: FreeRadius users mailing list Subject: Re: free radius won't use libtallsc On Aug 8, 2015, at 8:28 PM, Lightfoot, Maurice P. <m.p.lightfoot@spartans.nsu.edu> wrote:
When I first use ./configure it says that I can't find libtalloc so I had to use the --with-talloc-lib-dir flag. Before I used the flag I tried using yum to install the library but it said it was already there. I found the library in /usr/lib64 so I used the flag to point to that. But it still says that it can't see the library. How can I get talloc to work?
You need to install the talloc headers, too. Reading the configure output helps. $ yum install talloc-dev Or something like that. I don't use RedHat, so I don't know for sure. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Lightfoot, Maurice P.