> I'm having a problem....
>
> I used the CVS method to download a clean set of Apache 2 and ModPerl-2.0
> files
> and proceed to follow the examples. (perldoc
docs/user/install/install.pod.
> I'm proably not doing it correctly but...
>
> (not the problem, but of noteworthy awarness. The document spec's
> $HOME/makepl_args.mod_perl2 as being one of the files that is searched.
> The code (modperl-2.0/lib/ModPerl/BuildOptions.pm)
> in function parse_file maps the file name across multiple relative
> directories,
> but only across "$ENV{HOME}/." Either the document can be changed
> or the additional directory added to the map.
>
> In Apache/Build.pm the function $build->httpd_version opens some directory
> (target httpd include directory) and reads $dir/ap_release.h" and reads
> each line
> to find the line which match the criteria #define
> AP_SERVER_BASEREVISION....
>
> it didn't match as I stepped thru the perl -d Makefile.PL.
>
> two things that might be a problem. The pattern does not match after
the
> fixed
> text portion. and from the code it would appear that $version is
expection
> a string
> of the form "0.41-dev", but the C code define is built from the values
of
> other
> defined variables, so that at parse time for this function has only the
> logical names
> #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "."
> AP_SERVER_PATCHLEVEL
>
> I don't know if this is the result of a recent change in code of either
> the modperl side
> or the apache side.
>
> --------------
> Kermit Tensmeyer these are -my- opinions
> [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]