CodeBlock

RSS

RMagick gem on OpenSuSE

So, today I discovered that installing RMagick on OpenSuse 11.4 requires both `libtool` and `libbz2-devel`, as well as the standard ImageMagick-devel.

Specifically, it took me some time to realize that libtool was needed, but after doing some log searching and a lot of internet searching, I happened upon this page: http://rubyforge.org/forum/forum.php?thread_id=48104&forum_id=33

Figured I would pass it along.