You can get hiredis library from <a href="https://github.com/antirez/hiredis">https://github.com/antirez/hiredis</a>.<br><br>Second, let’s build the files and copy them to the corresponding directory:<br><br><pre>make<br>sudo mkdir <span class="other">/</span>usr<span class="other">/</span>include<span class="other">/</span>hiredis/<br>
sudo cp hiredis<span class="other">.</span>h <span class="other">/</span>usr<span class="other">/</span>include<span class="other">/</span>hiredis/<br>sudo cp sds<span class="other">.</span>h <span class="other">/</span>usr<span class="other">/</span>include<span class="other">/hiredis/</span><br>
sudo cp libhiredis<span class="other">.</span>so <span class="other">/</span>usr<span class="other">/</span>lib<span class="other">/</span></pre><br><br><div class="gmail_quote">2011/3/3 Kristoffer Milligan <span dir="ltr"><<a href="mailto:kristoffer@nextnet.no">kristoffer@nextnet.no</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
/root/freeradius-server/src/modules/rlm_redis/rlm_redis.h:35:29: error: hiredis/hiredis.h: No such file or directory<br>
</blockquote><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">What lib am I missing ? Or what flag can I throw at --without-XXXX to circumvent the problem?<br>
<font color="#888888">
<br>
- Kristoffer Milligan<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></blockquote></div><br>