On Mon November 2 2009 23:21:33 David Byron wrote:
> On Monday, November 2nd, 2009, Kamil Dudka wrote:
> > Just set your PKG_CONFIG_PATH variable to the directory
> > containing openssl.pc from your build of OpenSSL and run
> > the configure script with --with-ssl only. I believe it
> > solves the problem.
>
> This works and feels like a definite improvement over specifying LDFLAGS.
> Do you guys think the configure script should work if --with-ssl has an
> explicit directory without setting PKG_CONFIG_PATH (assuming openssl.pc
> exists in <ssl-dir>/lib/pkgconfig)?
Well, it works for me already. I tried:
$ ./configure --with-ssl=/tmp/openssl
And libcurl was really linked against OpenSSL 1.0.0 placed in /tmp/openssl, my
system OpenSSL is 0.9.8k. It's not easy for me to restore the state of your
installation. If you are willing to write a patch for configure.ac solving
your problem but not breaking anything else, we are happy to take it.
Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-03