On Fri, Sep 16, 2016 at 1:20 AM, megha chauhan <[email protected]> wrote: > The same code is working for apache 2.2.
Did you compile this code properly against 2.4 headers? ap_log_error is a macro in 2.4. Your binary should only show ap_log_error_ as undefined with nm otherwise something is fishy. Also "r" is a very confusing variable name for a server_rec. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
