| Message: 59510 |
 |
BY: Mathew Smith (msmith856) DATE: 2008-08-16 03:58 SUBJECT: RE: Can't install RMagick 2.2.2. Can't find M I realise that this thread is a little old now, but just in case anyone else has this problem this should fix it:
sudo su -
ARCHFLAGS=’-arch i386′ gem install rmagick
This stops gem from trying to install the ppc version of rmagick, and instead installs the intel version which has different headers. | |