On Wed, Sep 30, 2009 at 3:12 PM, SS <[email protected]> wrote:
> > Hello, > I've installed Apache 2 server, and now I'm trying to install > Passenger Apache 2 module via Cygwin on Windows. However, when I run > the command: passenger-install-apache2-module in cygwin I get the > below error message: > > apxs:Error: /usr/bin/apr-1-config not found!. > apxs:Error: /usr/bin/apr-1-config not found!. > apxs:Error: /usr/bin/apr-1-config not found!. > apxs:Error: /usr/bin/apr-1-config not found!. > * GNU C++ compiler... found at /usr/bin/g++ > * Ruby development headers... found > * OpenSSL support for Ruby... found > * RubyGems... found > * Rake... found at /usr/bin/rake > * Apache 2... found at /usr/sbin/httpd2 > * Apache 2 development headers... found at /usr/sbin/apxs2 > * Apache Portable Runtime (APR) development headers... not found > * Apache Portable Runtime Utility (APU) development headers... not > found > > Am I missing a cygwin package to install? I did quite bit of research > to find out how to install Apache Portable Runtime/Utility on Windows, > but all the documentation I found was for Linux-based using yum > command and nothing for Windows. > > I'm so close to install Passenger and it drives me crazy that I can't > figure out how to install the Apache Runtime. Shouldn't the Apache > Portable Runtime be embedded in the Apache2 install? > > Please help! > > Regards, > SS > > You'll need to install 'apr'. Good luck, -Conrad > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

