Created
September 17, 2012 08:41
-
-
Save rc1021/3736213 to your computer and use it in GitHub Desktop.
Issues with RMagick on RubyStack 3.2.1-1
This file contains hidden or 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
// will be error. | |
$ sudo gem install rmagick -v '2.13.1' | |
// If you want to compile or install your own RMagick, you should install the following libraries in your system: | |
$ sudo apt-get install libbz2-dev libxt-dev libxext-dev | |
// Then remove the following file if exists: | |
$ sudo rm /opt/bitnami/common/lib/libbz2.a | |
// And finally you can install RMagick | |
$ sudo gem install rmagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment