[PR #11] Check uthash library at configure time #116

Closed
opened 2026-03-04 12:19:03 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ADD-SP/ngx_waf/pull/11

State: closed
Merged: Yes


To supplement #7, this allows early checking of uthash library at configure time, with more clear text if it is missing on the system.

Sample ./configure output when the library is there:

configuring additional modules
adding module in ..
checking for uthash library ... found
 + ngx_http_waf_module was configured

Sample output when the library is missing:

configuring additional modules
adding module in ..
checking for uthash library ... not found
./configure: error: the ngx_http_waf_module module requires the uthash library.
**Original Pull Request:** https://github.com/ADD-SP/ngx_waf/pull/11 **State:** closed **Merged:** Yes --- To supplement #7, this allows early checking of uthash library at configure time, with more clear text if it is missing on the system. Sample `./configure` output when the library is there: ``` configuring additional modules adding module in .. checking for uthash library ... found + ngx_http_waf_module was configured ``` Sample output when the library is missing: ``` configuring additional modules adding module in .. checking for uthash library ... not found ./configure: error: the ngx_http_waf_module module requires the uthash library. ```
kerem 2026-03-04 12:19:03 +03:00
kerem changed title from [PR #11] [MERGED] Check uthash library at configure time to [PR #11] Check uthash library at configure time 2026-03-07 19:25:31 +03:00
Sign in to join this conversation.
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
starred/ngx_waf#116
No description provided.