Re: FreeTDS v0.82 doesn't install static libs
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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