22 Jul
2014
22 Jul
'14
3:56 p.m.
<jrhendri@roadrunner.com> writes:
OK - on the ubuntu box I ran a "make distclean" then re-ran the configure and ran: make V=1 > make.out 2>make.err
It looks like you need to pass LDFLAGS="-L/usr/lib/hiredis" (or LDFLAGS="-L$(pwd)/redis-stable/deps/hiredis", if you don't want to symlink it) to configure in order for make to find the library later. Using --with-libhiredisdir=$(pwd)/redis-stable/deps/hiredis would also work, if you had the hiredis.h header in an "include" subdirectory there, and libhiredis.a in a "lib" subdir. -- |8]