Vanel: Apache und PHP unter Linux kompilieren

Beitrag lesen

Hallo Leute,

ich würde gerne Apache und PHP unter Linux selbst kompilieren. Ich habe mir die neuste Version von Apache und PHP heruntergeladen und beide Pakete entzipt.Dadurch erhielt ich dann zwei Ordner einen für PHP und für Apache (logisch).Anschließend bin ich dann in den Apache Ordner gegangen und habe vollgenden Befehl eingegeben der dann den Apache kompiliert:

./configure --prefix=/var/www

Danach hat Linux mir folgende Fehlermeldung ausgegeben:

Configuring for Apache, Version 1.3.28
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + using "tr [a-z] [A-Z]" to uppercase
 + checking for system header files
 + adding selected modules
 + using builtin Expat
 + checking sizeof various data types
 + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed.  The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

======== Error Output for sanity check ========
./helpers/TestCompile: line 1: make: command not found
============= End of Error Report =============

Meines erachtens brauche ich jetzt irgendeinen C-Compiler, nur wo bekomme ich den her ? Wenn ihr es wissen wollt gcc ist installiert... dann müsste sich das Problem doch von selbst lösen...
Würde mich über Antworten freuen.

MFG

Vanel