Hi, > > I don't think that's the right directory. I used > --prefix=/usr/local/apache2 when I configured and built mod_perl and > httpd. Shouldn't it be looking in /usr/local/apache2/include instead? > > I modified XSBuilder::ParseSource.pm, and hardcoded the include > directory of my installation in at line 213. But I don't know where it > is getting the wrong directory directory from... $self->include_dirs? > How is that set? >
This methed is overloaded by Apache::ParseSource from mpbuilder, which gets the include dirs from what mod_perl figured out at it's last perl Makefile.PL run. To make this working properly you must either have installed mod_perl or change the perl lib path to point to the blib directory of mod_perl. I guess you didn't run a make install after your last mod_perl and Apache compile... > Anyhow, now, it looks like it is generating the doc properly. Great! > Sorry for > the trouble. I'll start working on the formatting. > No problem Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
