Error installing FeedZirra

前端 未结 5 517
名媛妹妹
名媛妹妹 2021-01-21 22:01

I am new to Ruby on Rails. I am excited about Feed parsing but when I install FeedZirra I am getting this error.

I use Windows 7 and Ruby 1.8.7.

Please help. Tha

5条回答
  •  爱一瞬间的悲伤
    2021-01-21 22:48

    On Ubuntu I had to run

    sudo apt-get install libcurl3-dev
    

    Then ran the gem install again and it completed successfully.

提交回复
热议问题