I'm trying to compile Erlang on FreeBSD, and I want to include the odbc licenses.
On Ubuntu, if you add the unixodbc-dev package, that ensures that odbc gets compiled with Erlang, however, I can't find a package that works equivalently with FreeBSD.
I've tried installing the unixODBC package, and the libodbc++ with libiodbc packages. Neither of these work.
I've also tried download unixodbc from unixodbc.org and installing that, to no avail.
So if there's a package I can use, or if there's something I should download from source and compile, I've so far been unsuccessful in finding the solution.
Any ideas on what packages need to be installed or what steps need to be taken to ensure ODBC gets compiled with Erlang?
Note: this is with FreeBSD 9.1-Release, and Erlang R16B02