Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 409 Bytes

1.15.15 - '__builtin_saddl_overflow' was not declared in this scope.md

File metadata and controls

9 lines (7 loc) · 409 Bytes

'__builtin_saddl_overflow' was not declared in this scope

这是一个已知的问题 - 问题是CentOS上的默认gcc缺少必需的定义,即使在升级gcc之后,PECL也会找到旧的编译器。要安装驱动程序,必须首先通过安装devtoolset集合来升级gcc,如下所示:

sudo yum install centos-release-scl
sudo yum install devtoolset-7
scl enable devtoolset-7 bash