Re: Can't make SQSH 2.1.7 with freetds 0.91
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 21, 2011 at 10:56:50AM -0400, Casey Boardman wrote: > But there is not libtds.so (per http://www.freetds.org/faq.html#where.is.libtds.so). > > Or do I have to get/build it separately? You don't need libtds.so; it doesn't exist. The functions that used to be in libtds are now included in the client libraries. For sqsh, libct is all you need. $ ls -1 lib/libct.* lib/libct.a lib/libct.la lib/libct.so lib/libct.so.4 lib/libct.so.4.0.0 It should be enough just to remove "-ltds" from your linker command. --jkl > From: [[email protected]] > Sent: Tuesday, September 20, 2011 10:33 PM ... > Just a slight tweak to the Makefile: there is no libtds.a and no need > for it. Everything you need should be in libct.so.