I'm tinkering with adding another C program into my fork of icecast. I've installed the libraries on my machine, as well as added both the .c and .h files for the library to my icecast source folder. However, while running make, I get:<div>
<br></div><div><div>ad.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lssl -lcrypto -lcurl -lvorbis -logg -lxslt -lxml2 -lz -lpthread -licucore -lm</div><div>Undefined symbols:</div>
<div> "_redisConnect", referenced from:</div><div> _logging_playlist in logging.o</div><div> "_redisFree", referenced from:</div><div> _logging_playlist in logging.o</div><div> "_freeReplyObject", referenced from:</div>
<div> _logging_playlist in logging.o</div><div> "_redisCommand", referenced from:</div><div> _logging_playlist in logging.o</div><div>ld: symbol(s) not found</div></div><div><br></div><div>I see the various -l statements above, and wonder how to get my library included in that list. I'm just attempting to understand how you've configured the build process for Icecast.</div>
<div><br></div><div>Nicholas</div>