cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: configure with ssl in non-standard location failing

From: Ray Satiro via curl-library <curl-library_at_cool.haxx.se>
Date: Mon, 11 Jan 2016 16:28:55 -0500

On 1/11/2016 3:01 PM, Dave Kennard wrote:
>
> My configure command is:
> ./configure --prefix=$HOME/apps/$CURL --with-ssl=$HOME/apps/openssl
> --with-nghttp2=$HOME/apps/$NGHTTP2
>
> I've also tried prepending LDFLAGS="-L$HOME/apps/openssl/lib" but get
> the same result.
>
> In the configure output I get:
>
> configure: PKG_CONFIG_LIBDIR will be set to
> "/home/djeyewater/apps/openssl/lib/pkgconfig"
> checking for pkg-config... /usr/bin/pkg-config
> checking for openssl options with pkg-config... found
> configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
> configure: pkg-config: SSL_LDFLAGS:
> "-L/home/djeyewater/apps/openssl-1.0.2e/lib "
> configure: pkg-config: SSL_CPPFLAGS:
> "-I/home/djeyewater/apps/openssl-1.0.2e/include "
> checking for HMAC_Update in -lcrypto... no
> checking for HMAC_Init_ex in -lcrypto... no
> checking for ssl_version in -laxtls... no
> checking default CA cert bundle/path...
> /etc/ssl/certs/ca-certificates.crt
> checking for library containing psl_builtin... no
> checking for libssh2_channel_open_ex in -lssh2... no
> checking libssh2.h usability... no
> checking libssh2.h presence... no

What version of curl are you trying to build? Did you rename the
openssl-1.0.2e directory to openssl after you installed? That would be a
problem. If not check near the end of config.log to see what program
failed to compile and what the error was and reply with that.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2016-01-11