How to link .exp file in C?
I can link .so, .o, .a, .la, lo and .slo files.
But there is file httpd.h with .exp file only(No .so, .o, .a, .la, lo and .slo files) and I need to use a function from it.
And, I am getting undefined symbol error.
undefined symbol: ap_cstr_casecmp