On Fri, 15 Mar 2002, Parag R Naik wrote: > I get the following problem while recompiling mod-perl can any body help ?? > > cc -c -I.. -I/usr/local/lib/perl5/5.6.1/i686-linux/CORE > -I../os/unix -I../includ e -DLINUX=22 -DMOD_PERL > -DUSE_PERL_SSI -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=1 99506L > -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS =64 -DUSE_HSREGEX -DUSE_EXPAT > -I../lib/expat-lite -DNO_DL_NEEDED -D_XOPEN_SOURCE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMOD_PERL http_core.c > http_core.c: In function `default_handler': > http_core.c:3605: `caddr_t' undeclared (first use in this function)
This same problem came up several weeks ago - I don't think a fix was found yet. In the meantime, what you could do is compile and install Apache without mod_perl, then build mod_perl as a dso outside of the Apache tree, as described towards the end of INSTALL.apaci. best regards, randy kobes