On Thu, Jan 15, 2004 at 03:24:37PM +0000, Joe Orton wrote: > On Thu, Jan 15, 2004 at 03:04:37PM +0000, Patrick Welche wrote: > > modules.o(.data+0x4): undefined reference to `authn_file_module' > > ... > > > > Have any of you seen this? My first encounter with this starts at: > > > > http://mail.gnu.org/archive/html/libtool/2003-11/msg00120.html > > If you remove the "-module" from MOD_LINK in build/rules.mk{,in} as Gary > suggests, then rebuild everything, does that help? It clearly shouldn't > be there in the first place.
Then I get /usr/src/local/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/src/local/httpd-2.0/srclib/apr-util/xml/expat/lib -o mod_authn_file.la mod_authn_file.lo libtool: link: libtool library `mod_authn_file.la' must begin with `lib' (I remember being stumped here before.. :( ) Cheers, Patrick
