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. Notably, I am sure that I am building cURL againt the libcurl libs I just built. This might be useful in case anybody else goes down this road -- Mac OS seems to have a few versions of these libs spread all over, probably related to XCode. I would be very grateful if someone had some advice! Thanks, sean -- You received this message because you are subscribed to the Google Groups "curlpp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/curlpp?hl=en.
