2015-04-06 29 views
1

我在heroku上创建了免费帐户。现在我正在尝试这个getting started。我的DevKitRubyopenssl被放在我的D:\磁盘里,not C:\,因为我之所以不能使用C:\磁盘。所有文件目录都放在我的路径中。Rails,heroku在不同的磁盘上安装美洲狮给出错误

我试图通过这个method安装美洲狮宝石,唯一的缺点是磁盘名称是D:\

当我运行gem install puma -- --with-opt-dir=D:\openssl它抛出我一个长的错误:

D:\>gem install puma -- --with-opt-dir=D:\openssl 
Building native extensions with: '--with-opt-dir=D:\openssl' 
This could take a while... 
    ERROR: Error installing puma: 
    ERROR: Failed to build gem native extension. 

D:/Ruby21-x64/bin/ruby.exe -r ./siteconf20150406-5096-1vz5x1.rb extconf.rb - 
-with-opt-dir=D:\openssl 
checking for BIO_read() in -lcrypto... no 
checking for BIO_read() in -llibeay32... no 
*** extconf.rb failed *** 
Could not create Makefile due to some reason, probably lack of necessary 
libraries and/or headers. Check the mkmf.log file for more details. You may 
need configuration options. 

Provided configuration options: 
    --with-opt-dir 
    --with-opt-include 
    --without-opt-include=${opt-dir}/include 
    --with-opt-lib 
    --without-opt-lib=${opt-dir}/lib 
    --with-make-prog 
    --without-make-prog 
    --srcdir=. 
    --curdir 
    --ruby=D:/Ruby21-x64/bin/ruby 
    --with-puma_http11-dir 
    --without-puma_http11-dir 
    --with-puma_http11-include 
    --without-puma_http11-include=${puma_http11-dir}/include 
    --with-puma_http11-lib 
    --without-puma_http11-lib=${puma_http11-dir}/lib 
    --with-cryptolib 
    --without-cryptolib 
    --with-libeay32lib 
    --without-libeay32lib 

extconf failed, exit code 1 

Gem files will remain installed in D:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/puma-2 
.11.1 for inspection. 
Results logged to D:/Ruby21-x64/lib/ruby/gems/2.1.0/extensions/x64-mingw32/2.1.0 
/puma-2.11.1/gem_make.out 

UPDATE

我抄我libeay32.dll and ssleay32.dll里面我D:\openssl\binD:\Ruby21-x64\bin。它说我已经有了这些文件,所以我替换了它们。

当我运行gem install puma -- --with-opt-dir=D:\openssl它仍然会引发错误。

回答

1

我找到了解决办法。

Heroku网站在这link给OpenSSL 只适用于x86。如果你有x64,你需要从there下载它。

我希望将来Heroku将在他们的教程中提供x64 ssl链接。

+0

还有[Bintray上的OpenKnapsack存储库](https://bintray.com/oneclick/OpenKnapsack/openssl/),现在可以更容易地管理和更新'OpenSSL'构建。 – Azolo 2015-08-10 16:25:43