rmagick leads to server shutdown

后端 未结 1 621
无人及你
无人及你 2021-01-01 21:09

everyone! I was following Railscasts episode #253, using CarrierWave to do image upload.

Everything was fine to display the original image, even th

相关标签:
1条回答
  • 2021-01-01 22:03

    This fixed the problem for me (and I already had imagemagick installed via homebrew):

    brew install -f imagemagick --disable-openmp
    

    Give it a try.

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