curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: configure 8.6.0 with a non-standard openssl path?

From: Dan Fandrich via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 26 Mar 2024 09:27:53 -0700

On Tue, Mar 26, 2024 at 05:57:24AM -0600, Zube via curl-users wrote:
> Under 8.5.0, I was able to configure curl to find my compiled openssl:
>
> ./configure --with-openssl=/usr/local/aux/curl/ssl3013 --prefix=/usr/local/curl --with-zlib=/usr/local/aux/curl/zlib-1.3.1 --disable-ldap --disable-ldaps
[...]
> Would someone be kind enough to point me in the right direction?

Take a look at config.log to see the compiler command-line that's failing and
what the error is. Keep in mind:

- if you're using --with-openssl, the path points to the location of a standard
  OpenSSL install directory hieararch, not a bare library

- if you're using PKG_CONFIG_PATH, the path given must point to the directory
  containing the openssl.pc file

Dan
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2024-03-26