Hi,
A manual install of the library is like this:
$ wget http://www.freetds.org/files/stable/freetds-1.00.21.tar.gz
$ tar -xzf freetds-1.00.21.tar.gz
$ cd freetds-1.00.21
$ ./configure --prefix=/usr/local --with-tdsver=7.3
$ make
$ make install
I have this with ansible, but I’m not sure how to do the ./configure --prefix and --with-tdsver part. Any tips?
- name: Install tinytds
make: chdir=/root/freetds-1.00.21 target=install