gpt4 book ai didi

ruby-on-rails - FreeBSD 操作系统中的 Ruby On Rails 安装 -libv8 中出现错误

转载 作者:行者123 更新时间:2023-12-02 07:30:49 27 4
gpt4 key购买 nike

我使用 FreeBSd 操作系统,当我尝试安装 libv8 时,

gem install libv8

它抛出一个错误......

Building native extensions.  This could take a while...
ERROR: Error installing therubyracer:
ERROR: Failed to build gem native extension.

/usr/local/bin/ruby18 extconf.rb
*** 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
--without-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=/usr/local/bin/ruby18
extconf.rb:13: uninitialized constant Gem (NameError)
Checking for Python...


extconf.rb:13: uninitialized constant Gem

我已包含

gem 'therubyracer'
gem 'libv8', '3.3.10.4'

在 gem 文件中..

最佳答案

这可能会发生在 Ruby 1.8.7 中,它不会像 1.9.x 那样自动包含 ruby​​ gem。 github上有一个更新:https://github.com/fractaloop/libv8/blob/master/ext/libv8/extconf.rb

但这似乎不在目前已发布的 gem 中。它应该像这样安装一样简单:

gem 'libv8', :git => 'git://github.com/fractaloop/libv8.git'

但是从源码来看,它动态地将gem版本与v8库的版本关联起来,当我尝试它时,它失败了,说它是版本0.0.4。不过,我使用的是不同的操作系统,因此请尝试一下,看看它是否适合您。

关于ruby-on-rails - FreeBSD 操作系统中的 Ruby On Rails 安装 -libv8 中出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9512967/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com