On Sun, 16 Mar 2003 20:53:35 -0600, "Kermit  Tensmeyer" <[EMAIL PROTECTED]>
said:

  OK  followup

    Makefile.PL fails to generate correct value in call to WriteMakefile
  because  $build->apxs('-q' => 'includedir') generates a null string
   wheras  calls to apxs script generate correct strings.

  using perl -d Makefile.PL
    I can see that the configure routine extracts the correct values for
   the Apache2 build variables, but the function takes an error return
   because the   @trys variable in the apxs function in the build module
   does not match any existing directories.

   i speculate that it may be caused by external script apxs comparing
   @trys variable elements against the  Apache2 target_install directory
   vs  the $build->apxs(  ) fuction examining the   source_tree directory

   this problem -may- only exist where the Makefile.PL follows the third
   path
   in  the  sub configure where ($build->{MP_APXS} is not set &&
   ($build->{MP_AP_PREFIX})

    also speculate that if mod-perl is built relative to the install
    directory for apache2
    this  won't be an issue.
     
      there is a difference between what i can verify and what I
      speculate
      the speculation could be entirely wrong..
              ---  side question -- when pulling the content via cvs, is
              there a way to
                                              grab a version id for the
                                              mod-perl build as a whole?
                                            (date of pull/generated
                                            version id)
-- 
  Kermit  Tensmeyer
  [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to