[freetds] Using FreeTDS ct-lib with Sybase CT-lib loaded
rboehne at comcast.net
rboehne at comcast.net
Wed Jan 9 18:07:33 EST 2008
We are using FreeTDS from Python via a dynamically loaded module. We also use a module to connect to Sybase servers that uses Sybase's libct / libsybdb libraries.
The trouble is that the names of the shared objects are the same, so they can't be loaded
into the same process. We have worked around this problem by hacking the FreeTDS build to change the names of these two libraries.
Now I would like to make this an option to the configure script, so others can quickly solve this same problem.
Would you be interested in a patch?
More information about the FreeTDS
mailing list