OS X 10.6 + 64bit Ruby + 32bit database?

Is this combination a no-no? What issues do I expect to come across?

I’m using

to compile Ruby, but I can’t make it compile to 32-bit. What flags
should I use to compile 32bit Ruby?

On Fri, Mar 4, 2011 at 7:53 AM, Charles S. [email protected]
wrote:

Is this combination a no-no? What issues do I expect to come across?

If the DB adapter is pure Ruby, you shouldn’t have any issues. If the
adapter compiles a native extension, you could run into compilation
issues (which ones exactly, I’m not sure; I guess anything with
pointers could lead to issues). If the adapter compiles to a 32 bit
executable (or is binary), you could run into linking/loading issues
(no idea if *NIX can load 32 bit shared objects into 64 bit
executables).

I’m using
Dan Benjamin
to compile Ruby, but I can’t make it compile to 32-bit. What flags
should I use to compile 32bit Ruby?

Google gives:


Phillip G.

Though the folk I have met,
(Ah, how soon!) they forget
When I’ve moved on to some other place,
There may be one or two,
When I’ve played and passed through,
Who’ll remember my song or my face.