Skip to Content.
Sympa Menu

freetds - How I got FreeTDS to work on Solaris

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Dan Nguyen" <nguyend7 AT cse.msu.edu>
  • To: freetds
  • Subject: How I got FreeTDS to work on Solaris
  • Date: Wed, 16 Dec 1998 18:25:14


Run the configure script.

In freetds/libtool change "$thisdir/./ltmain.sh" to the absolute path.

Also in each sub direcotry of freetds/src you should go through and set the
tds version by hand. ie -DTDS50 should be changed to -DTDS42 if your using
TDS version 4.2

To get the samples to compile:
"cd samples"
"/bin/rm -rf .deps" Remove any dependicies they may be wrong.
In the Makefile you'll need the socket library "-lsocket"

Hope you have as much luck as I did.

-dan




Archive powered by MHonArc 2.6.24.

Top of Page