sean | 30 Nov 07:11
Picon

[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)

Re: [curlpp:217] Trouble building cURLpp with SSL support

can you post your config logs?

On Wed, Nov 30, 2011 at 1:11 AM, sean <s.g.hatch@...> 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.
(Continue reading)

sean | 4 Dec 01:52
Picon

[curlpp:218] Re: Trouble building cURLpp with SSL support

Hi Jean-Philippe,

Thanks for taking a look...

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --without-boost

## --------- ##
## Platform. ##
## --------- ##

hostname = Macintosh.local
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
(Continue reading)

Re: [curlpp:219] Trouble building cURLpp with SSL support

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 <s.g.hatch@...> 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:
>
(Continue reading)

sean | 5 Dec 00:06
Picon

[curlpp:220] Re: Trouble building cURLpp with SSL support

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 <j...@...>
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 <s.g.ha...@...> 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
(Continue reading)


Gmane