Skip to Content.
Sympa Menu

freetds - Re: [freetds] Can't make SQSH 2.1.7 with freetds 0.91

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: jklowden AT schemamania.org
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Can't make SQSH 2.1.7 with freetds 0.91
  • Date: Wed, 21 Sep 2011 11:58:35 -0400

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: [jklowden AT freetds.org]
> 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.




Archive powered by MHonArc 2.6.24.

Top of Page