Install id3lib-ruby gem on OS X Leopard 3

Posted by John Wulff Sun, 16 Mar 2008 22:12:00 GMT

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:

http://trac.macosforge.org/projects/ruby/wiki/Troubleshooting#IcannotbuildrubymysqlonLeopardwithmysql.combinaries

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

Leave a comment

  1. Avatar
    Henri Aguesse 13 days later:
  2. Avatar
    Darren about 1 month later:
    Thanks for the help! One other thing I had to do was...
    ARCHFLAGS="-arch i386" gem install id3lib-ruby -- --build-flags --with-opt-dir=/opt/local
    
    This was due to id3lib being installed via ports under /opt/local...
  3. Avatar
    Ed about 1 year later:
    Thanks a lot for this!
Comments