From: Doug Phillips Date: 2007-05-24T12:04:55+09:00 Subject: Re: Ruby Header Files in Mac OS X > You're running the version of Ruby that comes pre-installed > with OS X, right? Apple got the header files installed in the > wrong location. Your best bet is to install your own version > of Ruby in /usr/local. This is the reason I absolutely hated compiling anything on a mac at my old job. Apple stuffs libraries in god knows where, and it's a nightmare trying to figure it all out. Of course, if you use Xcode to compile, it knows where they all are (most of the time), but try getting the admins to let you run Xcode on a server... Thankfully, my new job is working with *BSD and linux. -Doug