Digital Sanctum

software development, technology and other square topics

gem install rjb on mac os x leopard

with 2 comments

If you’ve tried installing the rjb 1.1.x gem on Mac OS X Leopard, you will probably end up with an error like:


lipo: can’t open input file: /var/tmp//ccpyNy8b.out (No such file or directory)
make: *** [load.o] Error 1

In order to get around this you have to run the following commands:


sudo su -
export JAVA_HOME=’/System/Library/Frameworks/JavaVM.framework/Home’
gem install rjb

Written by Shane

February 2nd, 2008 at 8:22 pm

2 Responses to 'gem install rjb on mac os x leopard'

Subscribe to comments with RSS or TrackBack to 'gem install rjb on mac os x leopard'.

  1. Great tip. Thanks!

    britt

    4 Feb 08 at 5:27 pm

  2. Thanks!

    Aze

    20 Oct 08 at 4:30 am

Leave a Reply