in reply to Re^3: CPAN: Install of Apache2::Request failed
in thread CPAN: Install of Apache2::Request failed

Hi, I've followed the instructions above but I still get an error when I try to install Apache2:: Request. I haven't modified the configure script to encompass the binary name change... perhaps that's where I'm going wrong. Can anyone tell me what line that change should be made on? At the moment I get the following error messages: ./configure: line 19467: apxs: command not found ./configure: line 19481: apxs: command not found ./configure: line 19485: apxs: command not found ./configure: line 19489: apxs: command not found ./configure: line 19489: apxs: command not found build/version_check.pl failed: no version_string found in '' for 'apache2'. configure: error: Bad apache2 binary (/)
  • Comment on Re^4: CPAN: Install of Apache2::Request failed

Replies are listed 'Best First'.
Re^5: CPAN: Install of Apache2::Request failed
by Corion (Patriarch) on Sep 27, 2010 at 10:53 UTC

    The instructions say:

    I also have to change the "apxs" binary name in "configure" script to "apxs2" to pass the configuration process.

    Your error message says

    ./configure: line 19467: apxs: command not found ./configure: line 19481: apxs: command not found ./configure: line 19485: apxs: command not found ./configure: line 19489: apxs: command not found ./configure: line 19489: apxs: command not found

    It seems to me that the two things are related. I would try following the instructions.