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 . Joe -- Joseph Lewis <http://sharktooth.org/> "Divide the fire, and you will sooner put it out." - Publius Syrus
