Re: FreeTDS 0.82 on Microsoft SUA/Interix
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/8/20 Chandana De Silva <[email protected]>: > Thank you to those who replied. > > After some more digging, the problem was found. > > The problem is in src/tds/net.c - in the tds_select function. > > For some reason the configure script was setting USE_POLL on, and it was using the poll function rather than select. Changed USE_POLL to off and it now works fin > > Hope somebody who knows more than me can sort out the problem with configure.. > Problem is not configure but poll implementation... see http://debian-interix.net/bugs/libs/ freddy77