Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeTDS v0.82 doesn't install static libs

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] FreeTDS v0.82 doesn't install static libs
  • Date: Mon, 28 Jul 2008 16:20:55 -0400

RW Salnick wrote:
>
> What must we do to get v 0.82 to build and install:
>
> * /usr/local/freetds-0.82/lib/libtdssrv.a
> * /usr/local/freetds-0.82/lib/libtds.a

http://www.freetds.org/faq.html#where.is.libtds.so

Both are built automatically:

$ find build -name \*.a | grep tds
build/src/tds/.libs/libtds.a
build/src/server/.libs/libtdssrv.a

They aren't installed by "make install" because they're not needed for
normal applications. You can just copy them to
/usr/local/freetds-0.82/lib.

HTH.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page