7 Apr
2011
7 Apr
'11
8:50 p.m.
On Fri, Apr 8, 2011 at 4:30 AM, Jim Rice <jmrice6640@yahoo.com> wrote:
I thought I had followed the FR installation instructions and was surprised that something might have been missing. How can I know which dependencies are missing? (Which packages to install?)
I had already installed mysql-connector-odbc before finding rlm_sql_unixodbc. There were several new library files added, including /usr/lib/libodbc.so.1.0.0 But -lodbc not so much.
Usually you'd need a "*.so" for linking, so I'm guessing you need a package which contains /usr/lib/libodbc.so (although in reality it could be just a symlink to libodbc.so.1.0.0). It's probably called mysql-connector-odbc-devel or mysql-connector-odbc-dev -- Fajar