我有一个需要在Apache上托管的RoR应用程序,所以我一直在尝试安装Apache Passenger.当我运行以下命令时:
sudo passenger-install-apache2-module
Run Code Online (Sandbox Code Playgroud)
我明白了:
Checking for required software...
* GNU C++ compiler... found at /usr/bin/g++
* Curl development headers with SSL support... found
* OpenSSL development headers... found
* Zlib development headers... found
* Ruby development headers... not found
* OpenSSL support for Ruby... found
* RubyGems... found
* Rake... found at /usr/local/bin/rake
* rack... found
* Apache 2... found at /usr/sbin/apache2
* Apache 2 development headers... found at /usr/bin/apxs2
* Apache Portable Runtime (APR) development headers... found at …Run Code Online (Sandbox Code Playgroud)