"John E. Vincent" <jvincent(at)clacorp(dot)com> writes:
> Has anyone solved the "undefined symbol: ucs2_to_utf8" problem yet? I
> have a feeling it's somehow related to shared libraries but I can't be
> sure. It's really biting us in the ass trying to upgrade to the
> version 8 odbc driver.
Add win_unicode.c to the list of source files in Makefile.am, rerun
automake and configure, and it should work. Despite the name,
win_unicode.c seems to be not only for windows. I'm not sure this is
the best solution, but it made the driver work for me.
Tomas