prefix=/export/home/sambuild/INSTALL/openssl-1.0.0d_static
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 1.0.0d
Requires:
Libs: -L${libdir} -lssl -lcrypto -lsocket -lnsl -ldl
Cflags: -I${includedir}
-----Original Message-----
From: curl-library [mailto:[email protected]] On Behalf Of Dan
Fandrich
Sent: April 22, 2014 11:23 AM
To: [email protected]
Subject: Re: failure to statically link libcurl-7.36.0 to openssl 1.0.0d
libraries on Solaris 10 on Intel
On Mon, Apr 21, 2014 at 09:38:02PM +0000, Alona Rossen wrote:
> Hello Dan,
>
> Thank you for your response. Unfortunately, it does not work.
> Running configure with the following command still results in the same error:
>
> env PKG_CONFIG_PATH=/export/home/sambuild/INSTALL/ssl_64/lib/pkgconfig
> ./configure --with-ssl CFLAGS="-m64 -fPIC" LDFLAGS=-m64 LIBS=-ldl
> --prefix=/export/home/sambuild/INSTALL/curl72_64
What do the Libs: and Libs.private: lines say in the OpenSSL .pc file? It's
likely that they aren't correctly set.
>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html