On Sat, 16 Jun 2001, Stas Bekman wrote:
> > httpd-2.0/include/util_date.h is missing
> >
> > cc -c -I/home/stas/apache.org/modperl-2.0/src/modules/perl
> > -I/home/stas/apache.org/modperl-2.0/xs
> > -I/home/stas/apache.org/modperl-2.0/../httpd-2.0/include
> > -I/home/stas/apache.org/modperl-2.0/../httpd-2.0/srclib/apr/include
> > -I/home/stas/apache.org/modperl-2.0/../httpd-2.0/srclib/apr-util/include
> > -I/home/stas/apache.org/modperl-2.0/../httpd-2.0/os/unix -DMOD_PERL -g
> > -DMP_DEBUG -DMP_TRACE -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\"
> > -fpic -I/home/stas/perl-bleed/lib/5.7.1/i686-linux-thread-multi/CORE
> > Base64.c
> >
> > In file included from Base64.xs:16:
> > /home/stas/apache.org/modperl-2.0/xs/modperl_xs_typedefs.h:23:23:
> > util_date.h: No such file or directory
> >
> > I've touch'ed an empty header to get through.
>
> not a problem any more.
argh, building mod_perl on a different machine I've realized that the
problem didn't go away. It's still there after all the updates.
This patch fixes the problem:
--- ./lib/ModPerl/TypeMap.pm.orig Thu Jun 21 11:43:59 2001
+++ ./lib/ModPerl/TypeMap.pm Thu Jun 21 11:44:11 2001
@@ -357,7 +357,6 @@
apr_general.h
apr_signal.h
util_script.h
-util_date.h
};
sub h_wrap {
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]