Re: SQLInstallerErrorW

Nick Gorham <[email protected]> Sat, 19 Mar 2016 10:16:28 +0000
Newsgroups gmane.comp.db.unixodbc.devel
Message-ID <[email protected]>
On 19/03/16 05:33, Igor Korot wrote:
> 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.

Checking the code it should be exported from libodbcinst.so. At least in 
the current development code snapshot.

nm /usr/local/lib/libodbcinst.so.2 | grep SQLInstallerErrorW
0000000000005930 T SQLInstallerErrorW

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