Skip to content

Instantly share code, notes, and snippets.

@rc1021
Created September 17, 2012 08:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rc1021/3736213 to your computer and use it in GitHub Desktop.
Save rc1021/3736213 to your computer and use it in GitHub Desktop.
Issues with RMagick on RubyStack 3.2.1-1
// 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