SQLInstallerErrorW

Igor Korot <[email protected]> Sat, 19 Mar 2016 01:33:41 -0400
Newsgroups gmane.comp.db.unixodbc.devel
Message-ID <CA+FnnTzk4mg9LNmLcytvXYx9HPzmn6=HSQMNr+F32_qXvKw0cw@mail.gmail.com>
Hi, (Nick),
I installed unixodbc-2.3.2 the latest stable version for Gentoo).
I turned on the unicode support as well.

In my program I'm trying to use SQLConfigDataSource() call and my program
is being compiled with UNICODE support.

I did include odbcinst.h and I'm linking with -lodbcinst.
All this inside the .so library.

However, when running the application and trying to call dlopen(). I'm
getting an
error saying "undefined symbol SQLInstallerErrorW".
I even tried to add -lodbc to the link command, but the same error persist.

On Windows the code is executing without any issues.

Can someone shed some light on that?

Thank you.
_______________________________________________
unixODBC-dev mailing list
[email protected]
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev