Error using rmagick in rails application

前端 未结 2 1358
渐次进展
渐次进展 2021-01-16 09:38

I am getting following error when trying to run rails application:-

/opt/ruby-enterprise-1.8.7-2010.02/lib/ruby/gems/1.8/gems/rmagick-2.12.2/lib/RMag

2条回答
  •  一生所求
    2021-01-16 10:06

    I solved this problem on RHEL5 with the following changes:

    • Create /etc/ld.so.conf.d/local.conf
    • add the following lines:

      /usr/lib
      /usr/local/lib

    • run ldconfig

    This fixed the issue for me. (On to the next dependency ..)

提交回复
热议问题