Hi everyone,
I hope you all do fine !
I've got some problems with my zabbix configure.
When running ./configure on my serveur, i got an exit 1.
[root@myHostname zabbix-4.0.27]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: Configuring Zabbix 4.0.27
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for cc... cc
checking whether the C compiler works... no
configure: error: in `/opt/zabbix-4.0.27':
configure: error: C compiler cannot create executables
See `config.log' for more details
I put attach to this message my config.log which details the error : collect2: fatal error: cannot find 'ld'.
I don't understand were the 'ld'come from ? Could anyone help ? Do you have solutions or clues ?
I hope you all do fine !
I've got some problems with my zabbix configure.
When running ./configure on my serveur, i got an exit 1.
[root@myHostname zabbix-4.0.27]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: Configuring Zabbix 4.0.27
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for cc... cc
checking whether the C compiler works... no
configure: error: in `/opt/zabbix-4.0.27':
configure: error: C compiler cannot create executables
See `config.log' for more details
I put attach to this message my config.log which details the error : collect2: fatal error: cannot find 'ld'.
I don't understand were the 'ld'come from ? Could anyone help ? Do you have solutions or clues ?
Comment