On Tue, 04 Dec 2007 13:34:42 -0700
Joe Lewis <[EMAIL PROTECTED]> wrote:

> Jack Bates wrote:
> > mod_atom.c:(.text+0x2aa): undefined reference to `ap_log_error'
> > .libs/mod_atom_la-mod_atom.o: In function `type_checker':
> > mod_atom.c:(.text+0x51a): undefined reference to `ap_regexec'
> 
> 
> ap_log_error (Apache 1.3) was replaced with ap_log_rerror or
> ap_log_perror in Apache 2.x - I suspect the other undefined references
> are similar, and you have code written for 1.3 while compiling with
> 2.x .

nope, ap_log_error is valid.  The OP appears to be faffing about
with broken makefiles (it's way too big to check for a question here)
when he should be using apxs.


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to