8 Aug
2015
8 Aug
'15
2:51 p.m.
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.