Homebrew安装gcc:curl: (60) SSL certificate problem: certificate has expired

Posted bitcarmanlee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Homebrew安装gcc:curl: (60) SSL certificate problem: certificate has expired相关的知识,希望对你有一定的参考价值。

1.出现的问题

macos上执行安装gcc命令:

rew install gcc --without-multilib

出现如下情况

curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Error: Failed to download resource "mpfr"
Download failed: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.xz

2.解决方式

echo insecure >> ~/.curlrc
HOMEBREW_CURLRC=1
export HOMEBREW_CURLRC

然后重新执行命令即可。

有可能是Homebrew长期没有更新,导致本地证书过期。

以上是关于Homebrew安装gcc:curl: (60) SSL certificate problem: certificate has expired的主要内容,如果未能解决你的问题,请参考以下文章

使用 gcc 链接到使用 Homebrew 安装的动态库?

Mac 下安装 HomeBrew;RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

解决Mac下GDB提示签名错误

安装Homebrew报错

Homebrew的安装与卸载

Homebrew的安装与卸载