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

Dan Fandrich via curl-users <[email protected]>
Newsgroups gmane.comp.web.curl.general
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.