次のコマンドを使用して、paggengergemを正常にインストールしました
rvmsuo gem install passenger
その後、次のコマンドを使用してapache2のパッセンジャーモジュールをインストールしようとすると
rvmsudo passenger-install-apache2-module
インストールが開始され、すべての依存関係がチェックされて渡され、コンパイル時に次のエラーが発生しました。
g++ ApplicationPoolServerExecutable.cpp System.o Utils.o Logging.o -o
ApplicationPoolServerExecutable -I.. -D_REENTRANT -g -DPASSENGER_DEBUG -Wall -
I/usr/local/include -DPASSENGER_DEBUG ../boost/src/libboost_thread.a -lpthread
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see <an url goes here>
rake aborted!
Command failed with status (1): [g++ ApplicationPoolServerExecutable.cpp Sy...]
/opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/passenger-
2.0.6/Rakefile:161
apacheエラーログを確認しましたが、手がかりがありませんでした。