no such file to load — soap4r — why?

前端 未结 1 1129
一整个雨季
一整个雨季 2021-01-25 08:34

I migrated to 1.8.7 Ruby and now I keep getting this error and it is driving me crazy. I try installing it manually using gem install soap4r and also include it as a config.gem

相关标签:
1条回答
  • 2021-01-25 09:12

    Try to load it as

    require 'soap4r' in your code

    And make sure you installed soap4r with all the dependencies

    here is a link for how to install it - http://www.tutorialspoint.com/ruby/ruby_web_services.htm

    cheers

    sameera

    0 讨论(0)
提交回复
热议问题