我从服务器下载了一个rails应用程序并尝试运行它。我在迁移时遇到了错误
D:\Radiant\trunk>rake db:migrate
(in D:/Radiant/trunk)
rake aborted!
126: The specified module could not be found. - D:/Radiant/trunk/config/../ven
dor/plugins/libxml-ruby/lib/libxml_ruby.so
我得到了libxml_ruby的windows版本。我再试一次。
我收到错误消息“libxml2.dll”未找到。然后我检查了文件libxml.rb。它说下面的行。
# If running on Windows, then add the current directory to the PATH
# for the current process so it can find the pre-built libxml2 and
# iconv2 shared libraries (dlls).
有人可以解释一下这究竟是什么意思吗?
此致 Rakesh S
答案 0 :(得分:0)
如果您已在自己的Windows上成功安装了libxml-ruby gem,请在系统上搜索libxml2.dll。你会在gem文件夹中找到它。复制此文件并将其保存在<ruby_install_dir>\bin
。