0

を使用してRuby on RailsアプリケーションからERPと通信するためにWebサービスを使用してSavonいます。Savon gem をローカルの fedora マシンにインストールできました。しかし、本番サーバーにはインストールできません。次のエラーが発生します:-

ERROR:  Error installing savon:
    ERROR: Failed to build gem native extension.

/opt/ruby-enterprise-1.8.7-2010.02/bin/ruby extconf.rb
checking for libxml/parser.h... no
-----
libxml2 is missing.  please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
-----
*** 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.

再インストールを試みましlibxml2たが、それでもエラーが発生しました。この問題のデバッグを手伝ってくれる人はいますか?

前もって感謝します.....

4

1 に答える 1

0

この理由は、エラー メッセージに示されています。

libxml2 がありません。 依存関係のインストールについては、 http://nokogiri.org/tutorials/installing_nokogiri.htmlにアクセスしてください。

Red Hat ガイドも提供しています。

于 2012-06-07T12:20:18.623 に答える