[Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-06-23 Thread Launchpad Bug Tracker
[Expired for unixodbc (Ubuntu) because there has been no activity for 60 days.] ** Changed in: unixodbc (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765

[Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-04-24 Thread ChristianEhrhardt
That is the new releases tarball, but as I said the source we still use 2.3.4-1.1ubuntu3 is a) the same as in unstable, so no need to pull that b) having the source for the function you miss c) compiling and linking the file with the function on build - look for SQLCancelHandle in [1] if you want

Re: [Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-04-24 Thread Guillaume
>From where repo do you get the source of the unixODBC for this deb version? I found this unixODBC source repo: https://fossies.org/linux/privat/unixODBC-2.3.6.tar.gz/ And in this repo, SQLCancelHandle is implemented and is in the compilation PATH. Regards Guillaume On 24 April 2018 at 13:16, G

Re: [Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-04-24 Thread Guillaume
In fact I though a newer version of the .deb would fix the problem but the dependencies of the unstable .deb files makes the trick unapplicable. Also I not very familiar with debian package management. To explain you my point of view of the problem: You have the API that implement all the function

[Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-04-24 Thread ChristianEhrhardt
Setting incomplete to learn of these "other debs" that work better referred to in the stackoverflow question. ** Changed in: unixodbc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1765762] Re: Undefined reference to SQLCancelHandle

2018-04-24 Thread ChristianEhrhardt
Hmm, I see that sql.h indeed has that define: 605 #if (ODBCVER >= 0x0380) 606 SQLRETURN SQL_API SQLCancelHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle); 607 #endif· And while makefile as well as DriverManager/SQLCancelHandle.c loo