30 Nov 07:11
[curlpp:216] Trouble building cURLpp with SSL support
Hi! I am pretty pumped up to get to work with cURLpp, but I am having trouble building it with SSL support. I am on Mac OS X.5. So far, I have built openSSL, and then libcurl with that. When I do a curl--config --feature I get: SSL IPv6 libz NTLM NTLM_WB So, I know libcurl has SSL support. Next, for cURLpp, I do ./autogen.sh ./configure --without-boost make make install The install goes okay, but when I do curlpp-config --feature I see only libz. I would like to see SSL there, to ensure I have SSL support, right? Here are some things I've tried so far: -doing curl--config --libs and then including the output of this in LDFLAGS prior to autogen'ing for cURLpp. -pasting ssl's path, /usr/local/ssl , pretty much anywhere I can think of (like CXXFLAGS, etc.). -some other last resort moves, not proud of them.(Continue reading)
RSS Feed