Last day when I tried to install Feedzirra gem, I faced some dependency issues due to some missing libraries in ubuntu. After some googling I just got it installed. Here I listed out all the dependencies and procedures to successful installation of Feedzirra.
You can install the dependencies using the following command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libcurl4-openssl-dev libxml2 libxslt-dev |
Now try to install Feedzirra gem.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install feedzirra |