cURL / Mailing Lists / curl-users / Single Mail

curl-users

compiling with non standard location openssl

From: Peter Sylvester <Peter.Sylvester_at_edelweb.fr>
Date: Fri, 24 Sep 2004 19:07:20 +0200 (MEST)

When using the --with-ssl=/path/to/nonstandard/ssl-version
on a system where the standard version is installed with
a a pkg-info available, includes and libs from the
pkg-info are added before the non standard location.

If I understand the intended logic of the cases for opt_ssl
is:

- no => no support at all

- off => try pkg-info (if no support => no)
  
- yes => try pkg-info or /usr/local/ssl

- * => use the */{lib/include} etc.

Am I right?
Received on 2004-09-24