Install id3lib-ruby gem on OS X Leopard 3
After a few hours of struggling to get id3lib-ruby to install on my Leopard machine I came across http://rubyforge.org/forum/forum.php?forum_id=18544:
Posted By: Robin Stocker
Date: 2007-10-28 18:12
Summary: Install on Mac OS X 10.5 (Leopard)
Project: id3lib-ruby
Here’s a quick tip for people having difficulties installing id3lib-ruby on the newest OS X:
In short, here’s how to install id3lib-ruby (after having installed id3lib):
sudo -s ARCHFLAGS="-arch i386" gem install id3lib-ruby
Thanks a lot Robin, I was starting to go crazy…
Comments
-
If it still doesn't work, see that fix: http://tech.hickorywind.org/articles/2008/03/27/installing-id3lib-ruby-gem-on-leopard H~
-
Thanks for the help! One other thing I had to do was... This was due to id3lib being installed via ports under /opt/local...
-
Thanks a lot for this!