1

新しくインストールした Mountain Lion Server で Rails Web サイトを実行しようとしています。多くのレールやルビーのインストールは必要ないため、RVM を使用していません。Ruby と Rails をスムーズに実行するように構成するのは大変な作業です。

次のコマンドを使用して、OpenSSL の最新バージョンをコンパイルしました。

sudo ./configure --prefix=/usr/local/ darwin64-x86_64-cc
sudo make
sudo make install

入力すると、次のようになります。

grid:ruby-1.9.3-p392 Clu$ openssl version
OpenSSL 1.0.1e 11 Feb 2013

ソースから Ruby を構成しようとすると、Segmentation Fault が発生します。

compiling md5init.c
compiling md5ossl.c
linking shared-object digest/md5.bundle
installing default md5 libraries
compiling rmd160init.c
compiling rmd160ossl.c
linking shared-object digest/rmd160.bundle
installing default rmd160 libraries
compiling sha1init.c
compiling sha1ossl.c
linking shared-object digest/sha1.bundle
collect2: ld terminated with signal 11 [Segmentation fault: 11]
make[2]: *** [../../../.ext/x86_64-darwin12.2.1/digest/sha1.bundle] Error 1
make[1]: *** [ext/digest/sha1/all] Error 2
make: *** [build-ext] Error 2
4

0 に答える 0