--- Jim Winstead <[EMAIL PROTECTED]> wrote:

> You can get the patch for (its for mod_perl itself)
> at:
> 
>
http://www.apache.org/websrc/cvsweb.cgi/modperl/lib/Apache/src.pm.diff?r1=1.13&r2=1.14


well that's it...thanks! however, it still wouldn't
add /usr/include/apache to the includes list when
installing from the CPAN module, so i just changed
Apache::src some more.

for ($src, "$src/modules/perl", $main, "$src/regex",
"$src/os/$os", '/usr/include/apache') {
        push @inc, "-I$_" if -d $_;
    }

am i asking for trouble by adding this? -- there's
probably a better way. i'm just hoping it will smooth
out future installs.

thanks for your help.
remi

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Reply via email to