You can get hiredis library from https://github.com/antirez/hiredis.

Second, let’s build the files and copy them to the corresponding directory:

make
sudo mkdir /usr/include/hiredis/
sudo cp hiredis.h /usr/include/hiredis/
sudo cp sds.h /usr/include/hiredis/
sudo cp libhiredis.so /usr/lib/


2011/3/3 Kristoffer Milligan <kristoffer@nextnet.no>

/root/freeradius-server/src/modules/rlm_redis/rlm_redis.h:35:29: error: hiredis/hiredis.h: No such file or directory
 
What lib am I missing ? Or what flag can I throw at --without-XXXX to circumvent the problem?

- Kristoffer Milligan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html