NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Reaped: installation error apache httpd 2.4.9 perl

Replies are listed 'Best First'.
Re: installation error apache httpd 2.4.9 perl
by marto (Cardinal) on Apr 28, 2014 at 15:37 UTC

    What does this have to do with Perl? Did you do a web search for error message before posting? You have been here for several years, please keep on topic. How do I post a question effectively?.

      Hi Marto, Thanks for your response


      I am installing Apache httpd-2.4.9 in linux redhat server, configure command successfully executed and while executing make command it shows the error as (error: 'apr_OFN_ap_proxy_retry_worker_t' undeclared (first use in this function)). Please find below and help me to resolve this.
      Thanks,

      Shanmugam A.

Re: installation error apache httpd 2.4.9 perl
by InfiniteSilence (Curate) on Apr 28, 2014 at 18:31 UTC

    Maybe install bison? "Bison can be found on http://ftp.gnu.org/gnu/bison/"

    Celebrate Intellectual Diversity

      Hi, Thanks i have installed this Bison and its resolved.

      Now i got the compilation error while executing make command, ie., error: 'apr_OFN_ap_proxy_retry_worker_t' undeclared (first use in this function) i have updated this into this thread itself. Please help me to resolve this.
      Thanks,
      Shanmugam A.

        See here.

        «The Crux of the Biscuit is the Apostrophe»

        Can any one to help me to resolve this error. I am still struck on this.