I&#39;m tinkering with adding another C program into my fork of icecast. I&#39;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>  &quot;_redisConnect&quot;, referenced from:</div><div>      _logging_playlist in logging.o</div><div>  &quot;_redisFree&quot;, referenced from:</div><div>      _logging_playlist in logging.o</div><div>  &quot;_freeReplyObject&quot;, referenced from:</div>
<div>      _logging_playlist in logging.o</div><div>  &quot;_redisCommand&quot;, 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&#39;m just attempting to understand how you&#39;ve configured the build process for Icecast.</div>
<div><br></div><div>Nicholas</div>