<div dir="ltr">Hi everyone! <br>I have a trouble while trying to cmake mapcache. I've resolved all dependencies problems, except one about APACHE, here is the output of cmake command:<br><br>```<br>- Could NOT find APACHE (missing:  APACHE_INCLUDE_DIR) <br>CMake Error at CMakeLists.txt:45 (message):<br>  APACHE library/component could not be found and is a mandatory dependency<br><br>    HINT:<br>    - add the APACHE install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/APACHE-install-dir;/path/to/other/dirs"<br>Call Stack (most recent call first):<br><div>```</div><div><br></div><div>Next i've added suggested parameter: ```cmake -DCMAKE_PREFIX_PATH="/etc/apache2" ..```<br></div><div>But nothing have changed - the same error remains.<br><br></div><div>The contents of ```/etc/apache2``` are:<br><br>```<br>-rw-r--r-- 1 root root  7263 июн 20  2018 apache2.conf<br>drwxr-xr-x 2 root root  4096 авг 18 10:27 conf-available<br>drwxr-xr-x 2 root root  4096 авг 18 10:28 conf-enabled<br>-rw-r--r-- 1 root root  1782 июн 20  2018 envvars<br>-rw-r--r-- 1 root root 31063 июн 20  2018 magic<br>drwxr-xr-x 2 root root 12288 авг 18 11:52 mods-available<br>drwxr-xr-x 2 root root  4096 авг 18 11:52 mods-enabled<br>-rw-r--r-- 1 root root   344 авг 18 11:58 ports.conf<br>drwxr-xr-x 2 root root  4096 авг 18 13:54 sites-available<br>drwxr-xr-x 2 root root  4096 авг 18 13:54 sites-enabled<br>```<br><br></div><div>What should i do to fix this problem?<br></div></div>