目录

一、C compiler报错

(一)报错内容

(二)解决方法

二、libpcre报错

(一)报错内容

(二)解决方法


一、C compiler报错

(一)报错内容

./configure --prefix=/usr/local/zabbix-agent --enable-agent

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

configure: Configuring Zabbix 6.0.4

checking whether make sets $(MAKE)... (cached) yes

checking build system type... aarch64-unknown-linux-gnu

checking host system type... aarch64-unknown-linux-gnu

checking for cc... no

checking for c99... no

checking for gcc... no

checking for clang... no

configure: error: in `/usr/local/src/zabbix-6.0.4':

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details

(二)解决方法

yum install gcc-c++

二、libpcre报错

(一)报错内容

checking for setenv... yes

checking for tzset... yes

checking for unsetenv... yes

checking for sigqueue... yes

checking for round... yes

checking for /proc filesystem... yes

checking for file /proc/stat... yes

checking for file /proc/cpuinfo... yes

checking for file /proc/0/psinfo... no

checking for file /proc/loadavg... yes

checking for file /proc/net/dev... yes

checking for long long format... no

checking for -rdynamic linking option... yes

checking for libperfstat 5.2.0.40 fileset... no

checking for libperfstat 5.3.0.60 fileset... no

checking for architecture... linux (linux-gnu)

checking for the linux kernel version... unknown family (4.18.0-193.28.1.el7.aarch64)

checking size of void *... 8

checking for libpcre support... no

checking for libpcre2 support... no

configure: error: Unable to use libpcre (libpcre check failed)

(二)解决方法

yum install pcre-devel

Logo

Agent 垂直技术社区,欢迎活跃、内容共建。

更多推荐