views:

85

answers:

1

I'm working on a Rails application which I've set up locally on my OSX Machine. However, the app, which typically runs on a Linux box, connects to a proprietary database via unixODBC. The database manufacturer only provides drivers for Linux and Windows. I did some searching around but couldn't figure out what the state of unixODBC is on OSX. Is there any binary compatibility with Linux drivers, or am I setting up another machine?

Thanks for your time,

-- Henry

A: 

Use Macports to install unixODBC. There are a lot of configuration files to get it going. The binaries will appear under "/opt/local/bin".

Clutch