Goedemiddag,
Ik probeer de nieuwste versie van PHP te installeren op RedHat 7.2 met apache en Mysql.
Nu doe ik dat gewoon volgens de manual, maar krijg ik de volgende error:

Nu schijnt dat dus een compiler oid te zijn, maar iemand een idee hoe ik dit kan oplossen of hoe ik dit moet verkrijgen?
Ik probeer de nieuwste versie van PHP te installeren op RedHat 7.2 met apache en Mysql.
Nu doe ik dat gewoon volgens de manual, maar krijg ik de volgende error:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1738: checking for Cygwin environment
configure:1754: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 1743 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1771: checking for mingw32 environment
configure:1783: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 1776 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:1853: checking host system type
configure:1889: checking for a BSD compatible install
configure:1942: checking whether build environment is sane
configure:2013: checking for gawk
configure:2043: checking whether make sets ${MAKE}
configure:2156: checking whether to enable maintainer-specific portions of Makefiles
configure:2262: checking for gcc
configure:2292: checking for cc |
Nu schijnt dat dus een compiler oid te zijn, maar iemand een idee hoe ik dit kan oplossen of hoe ik dit moet verkrijgen?