MySQL Forums
Forum List  »  Install & Repo

Re: How do I compile curl using openssl3
Posted by: Bjørn Munch
Date: May 10, 2024 04:20AM

It only supports openssl11 on el7 because that is the only case where you should have any need to build curl. System curl is incompatible with the optional openssl11 package on el7 (Red Hat 7/ Oracle Linux 7) so if you build the server with openssl11 you also need a curl built against *that* openssl.

Any other Linux build can use system curl, so you should have no need to build your own curl from the source bundled with MySQL. If you do want to build curl for some other reason, I suggest you get the official curl sources.

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I compile curl using openssl3
May 10, 2024 04:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.