C'est ma première fois que je suis en train d'installer Apache HTTP server localement dans ma boîte, comme un utilisateur normal (non-root).
J'ai téléchargé Apache version 2.4.1 du serveur HTTP Apache [http://httpd.apache.org/download.cgi]. Cependant, quand je suis en train de construire et d'installer localement dans ma boîte, je suis d'erreur ci-dessous:
httpd/httpd-2.4.1 1059> ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... no
configure: error: APR not found. Please read the documentation.
Je ne suis pas sûr de ce que la dépendance qu'elle est à la recherche pour - je veux dire le package de téléchargement ne contient-il? Ce que je dois faire pour construire et déployer le serveur HTTP Apache?
Merci à l'avance.