build fails #1

Open
opened 2025-02-22 20:58:46 +00:00 by vanzhiganov · 0 comments
Owner
In file included from nginx-module-lua-0.10.24/src/ngx_http_lua_log.h:12,
                 from nginx-module-lua-0.10.24/src/ngx_http_lua_log.c:14:
nginx-module-lua-0.10.24/src/ngx_http_lua_common.h:58:10: fatal error: pcre.h: No such file or directory
   58 | #include <pcre.h>
      |          ^~~~~~~~
In file included from nginx-module-lua-0.10.24/src/ngx_http_lua_script.h:11,
                 from nginx-module-lua-0.10.24/src/ngx_http_lua_script.c:13:
nginx-module-lua-0.10.24/src/ngx_http_lua_common.h:58:10: fatal error: pcre.h: No such file or directory
   58 | #include <pcre.h>
      |          ^~~~~~~~
compilation terminated.
compilation terminated.
make[1]: *** [objs/Makefile:1982: objs/addon/src/ngx_http_lua_script.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [objs/Makefile:1989: objs/addon/src/ngx_http_lua_log.o] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/nginx-module-lua-1.24.0'
make: *** [Makefile:16: modules] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.n0reg2 (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.n0reg2 (%build)
Child return code was: 1
``` In file included from nginx-module-lua-0.10.24/src/ngx_http_lua_log.h:12, from nginx-module-lua-0.10.24/src/ngx_http_lua_log.c:14: nginx-module-lua-0.10.24/src/ngx_http_lua_common.h:58:10: fatal error: pcre.h: No such file or directory 58 | #include <pcre.h> | ^~~~~~~~ In file included from nginx-module-lua-0.10.24/src/ngx_http_lua_script.h:11, from nginx-module-lua-0.10.24/src/ngx_http_lua_script.c:13: nginx-module-lua-0.10.24/src/ngx_http_lua_common.h:58:10: fatal error: pcre.h: No such file or directory 58 | #include <pcre.h> | ^~~~~~~~ compilation terminated. compilation terminated. make[1]: *** [objs/Makefile:1982: objs/addon/src/ngx_http_lua_script.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [objs/Makefile:1989: objs/addon/src/ngx_http_lua_log.o] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/nginx-module-lua-1.24.0' make: *** [Makefile:16: modules] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.n0reg2 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.n0reg2 (%build) Child return code was: 1 ```
vanzhiganov referenced this issue from a commit 2025-02-22 22:35:51 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: specs/nginx-module-lua#1
No description provided.