From: Zachary T. W. <zw...@um...> - 2005-07-29 02:30:22
|
Thanks Jeff...much appreciated. Has anyone had any success using the libmdbodbc with iodbc? Is this even possible to do? This is being used from mdbtools-0.6pre1 because even after trying to build the cvs version with autogen.sh i get errors: Running autoconf ... Running ./configure --with-iodbc=/usr/local/lib ... ./configure: line 1191: syntax error near unexpected token `mdbtools,0.6pre1' ./configure: line 1191: `AM_INIT_AUTOMAKE(mdbtools,0.6pre1)' I am getting this for the iodbc manager: littlebird# iodbctest iODBC Demonstration program This program shows an interactive SQL processor Driver Manager: 03.52.0205.0204 Enter ODBC connect string (? shows list): DSN=mydb 1: SQLDriverConnect = [iODBC][Driver Manager]/usr/local/lib/libmdbodbc: undefined symbol: log10 (0) SQLSTATE=00000 2: SQLDriverConnect = [iODBC][Driver Manager]Specified driver could not be loaded (0) SQLSTATE=IM003 Thanks again, Zach Thursday, July 28, 2005, 12:18:02 AM, you wrote: JS> --- "Zachary T. Wilson" <zw...@um...> wrote: >> Can anyone think of a reason that this lib would not be being built? I >> am passing the --with-iodbc to the config script. JS> --with-iodbc does not check any default locations, so you must specify JS> the location. For example, on my machine iodbc is located in /usr/local/iodbc, JS> so I would specify --with-iodbc=/usr/local/iodbc . I would also suggest, if JS> you not already, to use mdbtools from CVS. If you continue to have problems, JS> then please provide more info on how it fails to build. JS> -- Jeff Smith JS> __________________________________________________ JS> Do You Yahoo!? JS> Tired of spam? Yahoo! Mail has the best spam protection around JS> http://mail.yahoo.com |