Posted By: Robin Stocker
Date: 2007-10-28 22: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

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: install-on-mac-os-x-10.5--leopard-

Start New Thread Start New Thread
Message: 59577
BY: adam pearson (radamant)
DATE: 2008-08-18 23:39
SUBJECT: Mac OS X 10.5 w/ MacPorts

 

I had to change the options slightly for macports on an OS X 10.5 installation on intel.

Here is what worked for me:
sudo env ARCHFLAGS="-arch i386" CONFIGURE_ARGS="--with-opt-dir=/opt/local/" gem install id3lib-ruby



Thread View

Thread Author Date
Mac OS X 10.5 w/ MacPortsadam pearson2008-08-18 23:39

Post a followup to this message