Thanks!  You were right-on.  I made sure to set my paths up to use the
right libcurl libs, but forgot about the curl-configs  ( I probably
should hvae just opened cURLpp-config myself)  I just made a https
request so it looks like we're all good.



On Dec 4, 9:45 am, Jean-Philippe Barette-LaPierre <[email protected]>
wrote:
> curlpp-config --features only calls curl-config. So, I wonder if you
> got two curl-config on your system. please use dtruss to check which
> curl-config it calls
>
>
>
>
>
>
>
> On Wed, Nov 30, 2011 at 1:11 AM, sean <[email protected]> wrote:
> > 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 
> > athttp://groups.google.com/group/curlpp?hl=en.

-- 
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.

Reply via email to