<div dir="ltr"><div>Hi,</div><div><br></div><div>I am referring to <a href="https://github.com/FRiCKLE/ngx_cache_purge/" target="_blank">https://github.com/FRiCKLE/ngx_cache_purge/</a> and running the open source nginx version: nginx/1.20.2 on CentOS Linux release 7.9.2009 (Core). When i trying to compile the ngx_cache_purge_module.c <font color="#ff0000">I am encountering fatal error: nginx.h: No such file or directory </font></div><div><br></div><div># ls -l<br>total 76<br>-rw-r--r-- 1 501 wheel  1980 Dec 23  2014 CHANGES<br>-rw-r--r-- 1 501 wheel   516 Dec 23  2014 config<br>-rw-r--r-- 1 501 wheel  1424 Dec 23  2014 LICENSE<br>-rw-r--r-- 1 501 wheel 51501 Dec 23  2014 ngx_cache_purge_module.c<br>-rw-r--r-- 1 501 wheel  5090 Dec 23  2014 README.md<br>drwxr-xr-x 2 501 wheel    80 May  7 02:22 t<br>-rw-r--r-- 1 501 wheel   281 Dec 23  2014 TODO.md<br>#<br></div><div><br></div><div>#gcc -o ngx_cache_purge_module ngx_cache_purge_module.c<br>ngx_cache_purge_module.c:30:19: fatal error: nginx.h: No such file or directory<br> #include <nginx.h><br>                   ^<br>compilation terminated.<br></div><div><br></div><div># yum search nginx-devel<br>Loaded plugins: fastestmirror<br>Loading mirror speeds from cached hostfile<br> * base: <a href="http://uk.mirrors.clouvider.net/" target="_blank">uk.mirrors.clouvider.net</a><br> * centos-sclo-rh: <a href="http://uk.mirrors.clouvider.net/" target="_blank">uk.mirrors.clouvider.net</a><br> * epel: <a href="http://d2lzkl7pfhq30w.cloudfront.net/" target="_blank">d2lzkl7pfhq30w.cloudfront.net</a><br> * extras: <a href="http://mirrors.vinters.com/" target="_blank">mirrors.vinters.com</a><br> * updates: <a href="http://mirrors.vinters.com/" target="_blank">mirrors.vinters.com</a><br>Warning: No matches found for: nginx-devel<br>No matches found<br># rpm -qa | grep epel<br>epel-release-7-14.noarch<br># cat /etc/redhat-release<br>CentOS Linux release 7.9.2009 (Core)<br>#</div><div><br></div><div>Please correct me if I am missing something. Thanks in advance. <br></div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div></div>